mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-14 03:08:41 +01:00
ci(github): simplify connect-bump versions We are moving to release all npm packages under same version as connect, so all of them are going to be released every time, that means we can get rid of all the code that was checking what packages required release and instead release all of them which is simpler. Co-authored-by: karliatto <yo@karliatto.com>
28 lines
767 B
JSON
28 lines
767 B
JSON
{
|
|
"name": "@trezor/scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"type-check": "yarn g:tsc --build",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
|
|
"generate-package": "tsx generatePackage.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.28.3",
|
|
"@mobily/ts-belt": "^3.13.1",
|
|
"@trezor/eslint": "workspace:*",
|
|
"@types/semver": "^7.7.0",
|
|
"chalk": "^5.6.2",
|
|
"cross-fetch": "^4.1.0",
|
|
"fs-extra": "^11.3.1",
|
|
"minimatch": "^10.1.1",
|
|
"prettier": "^3.7.4",
|
|
"semver": "^7.7.1",
|
|
"sort-package-json": "^3.6.0",
|
|
"tsx": "^4.20.3",
|
|
"yargs": "^18.0.0"
|
|
}
|
|
}
|