mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-05 23:15:23 +01:00
* chore: eslint speedup * chore: disable some react rules for class components * chore: fix startup command * chore(deps): dedupe
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "@trezor/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"type-check": "yarn g: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.2.0",
|
|
"minimatch": "^9.0.3",
|
|
"octokit": "3.1.2",
|
|
"prettier": "3.2.5",
|
|
"sort-package-json": "^1.57.0",
|
|
"yargs": "17.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/prettier": "^3.0.0"
|
|
}
|
|
}
|