mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-06 07:25:20 +01:00
* 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
27 lines
654 B
JSON
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"
|
|
}
|
|
}
|