mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
22 lines
560 B
JSON
22 lines
560 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"
|
|
},
|
|
"dependencies": {
|
|
"node-addon-api": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.26",
|
|
"node-gyp": "12.1.0"
|
|
}
|
|
}
|