mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-24 18:52:19 +01:00
16 lines
404 B
JSON
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": {}
|
|
}
|