mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-10 01:08:23 +01:00
21 lines
441 B
JSON
21 lines
441 B
JSON
{
|
|
"name": "@trezor/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"type-check": "tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"fs-extra": "^10.1.0",
|
|
"minimatch": "^3.0.4",
|
|
"prettier": "2.5.1",
|
|
"sort-package-json": "^1.54.0",
|
|
"yargs": "17.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/prettier": "2.4.3"
|
|
}
|
|
}
|