nomyo-js/native/package.json

20 lines
444 B
JSON
Raw Normal View History

{
"name": "nomyo-native",
"version": "0.1.0",
"description": "Native mlock/munlock/secure-zero addon for nomyo-js (optional, Node.js only)",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"build": "node-gyp build",
"rebuild": "node-gyp rebuild",
"install": "node-gyp-build"
},
"gypfile": true,
"dependencies": {
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"node-gyp": "^10.0.0"
}
}