Files
trezor-suite/scripts/package-template/package.json
2025-02-11 13:33:27 +01:00

16 lines
404 B
JSON

{
"name": "suite-package-template",
"version": "1.0.0",
"main": "src/index",
"license": "See LICENSE.md in repo root",
"private": true,
"sideEffects": false,
"scripts": {
"depcheck": "yarn g:depcheck",
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'",
"type-check": "yarn g:tsc --build",
"test:unit": "yarn g:jest"
},
"dependencies": {}
}