mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "@trezor/schema-utils",
|
|
"version": "1.3.4-beta.1",
|
|
"license": "See LICENSE.md in repo root",
|
|
"sideEffects": false,
|
|
"main": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "lib/index.js"
|
|
},
|
|
"npmPublishAccess": "public",
|
|
"files": [
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test:unit": "yarn g:jest",
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"build:lib": "yarn g:rimraf ./lib && yarn g:tsc --build tsconfig.lib.json && ../../scripts/replace-imports.sh ./lib",
|
|
"codegen": "ts-node --skip-project ./src/codegen.ts",
|
|
"prepublishOnly": "yarn tsx ../../scripts/prepublishNPM.js",
|
|
"prepublish": "yarn tsx ../../scripts/prepublish.js"
|
|
},
|
|
"devDependencies": {
|
|
"@sinclair/typebox-codegen": "^0.10.4",
|
|
"@trezor/eslint": "workspace:*",
|
|
"ts-node": "^10.9.2",
|
|
"tsx": "^4.20.3"
|
|
},
|
|
"dependencies": {
|
|
"@sinclair/typebox": "^0.33.7",
|
|
"ts-mixer": "^6.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"tslib": "^2.6.2"
|
|
}
|
|
}
|