mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 16:17:15 +01:00
29 lines
804 B
JSON
29 lines
804 B
JSON
{
|
|
"name": "@trezor/suite-data",
|
|
"version": "21.1.0",
|
|
"author": "Trezor <info@trezor.io>",
|
|
"keywords": [
|
|
"Trezor",
|
|
"trezor-data"
|
|
],
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"description": "Trezor data",
|
|
"scripts": {
|
|
"copy-static-files": "ts-node ./index.ts",
|
|
"test-same-svgs": "ts-node ./test/test-same-svgs.ts"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.1",
|
|
"copy-webpack-plugin": "^6.0.2",
|
|
"fs-extra": "^9.0.1",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"remove-files-webpack-plugin": "^1.4.3",
|
|
"sharedworker-loader": "^2.1.1",
|
|
"ts-node": "^8.10.2",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "3.3.12",
|
|
"worker-loader": "^3.0.5"
|
|
}
|
|
}
|