mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-24 16:17:15 +01:00
24 lines
659 B
JSON
24 lines
659 B
JSON
{
|
|
"name": "@trezor/suite-desktop-native",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "See LICENSE.md in repo root",
|
|
"main": "src/index",
|
|
"type": "module",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"build:native": "node scripts/build-native.js",
|
|
"clean": "node scripts/clean.js",
|
|
"copy-binary": "node scripts/copy-binary.js",
|
|
"type-check": "yarn g:tsc --build",
|
|
"lint:js": "yarn g:eslint '**/*.{ts,tsx,js}'"
|
|
},
|
|
"dependencies": {
|
|
"node-addon-api": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.26",
|
|
"node-gyp": "12.2.0"
|
|
}
|
|
}
|