mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-09 16:58:32 +01:00
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/lquixada/cross-fetch/releases) - [Changelog](https://github.com/lquixada/cross-fetch/blob/v4.x/CHANGELOG.md) - [Commits](https://github.com/lquixada/cross-fetch/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: cross-fetch dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
792 B
JSON
29 lines
792 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.6.2",
|
|
"semver": "^7.7.1",
|
|
"sort-package-json": "^3.4.0",
|
|
"tar": "^7.5.1",
|
|
"tsx": "^4.20.3",
|
|
"yargs": "^18.0.0"
|
|
}
|
|
}
|