mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-11 01:39:34 +01:00
14 lines
335 B
JSON
14 lines
335 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": {
|
|
"type-check": "tsc --build",
|
|
"lint": "eslint '**/*.{ts,tsx,js}'",
|
|
"test:unit": "jest --passWithNoTests"
|
|
}
|
|
}
|