Files
trezor-suite/scripts/package.json
Daniel Suchý acf9a7f19c chore(repo): config cleanups and improvements (TS, Nx...) (#11096)
* chore(repo): config cleanups and improvements (TS, Nx...)

* fix connect e2e

* chore: add eslin cache file to nx cache

* chore: add stylelint cache file to nx

* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00

27 lines
654 B
JSON

{
"name": "@trezor/scripts",
"version": "1.0.0",
"private": true,
"scripts": {
"type-check": "tsc --build",
"run:analytics": "tsx githubAnalytics.ts"
},
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"chalk": "^4.1.2",
"dotenv": "^16.4.1",
"fs-extra": "^11.1.1",
"octokit": "3.1.2",
"prettier": "3.0.3",
"sort-package-json": "^1.57.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.3",
"@types/prettier": "^3.0.0",
"jest": "29.5.0",
"tsx": "4.6.2",
"typescript": "5.3.2"
}
}