mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "@trezor/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^11.1.1",
|
|
"prettier": "3.0.3",
|
|
"sort-package-json": "^1.57.0",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@types/prettier": "^2.7.3",
|
|
"jest": "^26.6.3",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|