Files
trezor-suite/packages/suite-data/package.json
2026-02-25 10:50:36 +01:00

55 lines
1.7 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": {
"depcheck": "yarn g:depcheck",
"build:lib": "yarn browser-detection & yarn favicon && yarn guide-pull-content",
"browser-detection": "webpack --config ./browser-detection.webpack.ts",
"favicon": "webpack --config ./favicon.webpack.ts",
"guide-pull-content": "yarn tsx ./src/guide/index.ts",
"update-coinjoin-middleware": "./files/bin/coinjoin/update.sh",
"type-check": "yarn g:tsc --build tsconfig.json"
},
"dependencies": {
"@suite-common/suite-types": "workspace:*",
"@suite-common/suite-utils": "workspace:*",
"@suite/intl": "workspace:*",
"@trezor/env-utils": "workspace:*",
"semver": "^7.7.1"
},
"devDependencies": {
"@mobily/ts-belt": "^3.13.1",
"@trezor/eslint": "workspace:*",
"@types/fs-extra": "^11.0.4",
"autoprefixer": "^10.4.24",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.3",
"fs-extra": "^11.3.1",
"postcss-loader": "^8.2.0",
"simple-git": "^3.30.0",
"style-loader": "^4.0.0",
"tsx": "^4.21.0",
"webpack": "5.104.1",
"webpack-cli": "^6.0.1"
},
"nx": {
"targets": {
"build:lib": {
"outputs": [
"{projectRoot}/tmp",
"{projectRoot}/files/browser-detection",
"{projectRoot}/files/guide"
]
}
}
}
}