{ "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.0", "minimatch": "^6.1.6", "prettier": "2.8.4", "sort-package-json": "^1.57.0", "yargs": "17.6.2" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/prettier": "^2.7.2", "jest": "^26.6.3", "typescript": "4.9.5" } }