Files
2026-03-17 16:51:40 +01:00

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"
}
}