Files
trezor-suite/packages/suite-data/package.json
2022-07-25 11:26:54 +02:00

46 lines
1.6 KiB
JSON

{
"name": "@trezor/suite-data",
"version": "1.0.0",
"private": true,
"author": "Trezor <info@trezor.io>",
"keywords": [
"Trezor",
"trezor-data"
],
"license": "SEE LICENSE IN LICENSE.md",
"description": "Trezor data",
"scripts": {
"build:lib": "yarn browser-detection && yarn msg-system-types && yarn guide-pull-content",
"browser-detection": "webpack --config ./browser-detection.webpack.ts",
"copy-static-files": "ts-node ./index.ts",
"test-same-svgs": "ts-node ./test/test-same-svgs.ts",
"msg-system-types": "ts-node ./src/message-system/scripts/generate-types.ts",
"msg-system-validate-config": "ts-node ./src/message-system/scripts/validate-config.ts",
"msg-system-sign-config": "ts-node ./src/message-system/scripts/sign-config.ts",
"guide-pull-content": "ts-node ./src/guide/index.ts",
"type-check": "tsc --build tsconfig.json"
},
"dependencies": {
"@trezor/urls": "*",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/fs-extra": "^9.0.11",
"@types/ua-parser-js": "^0.7.36",
"ajv": "^8.11.0",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"fs-extra": "^10.1.0",
"json-schema-to-typescript": "^10.1.5",
"jws": "^4.0.0",
"postcss-loader": "^7.0.0",
"simple-git": "^3.7.1",
"style-loader": "^3.3.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}