2026-03-04 11:30:44 +01:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-05-10 10:45:22 +00:00
|
|
|
"node-gyp": "^12.0.0"
|
2026-03-04 11:30:44 +01:00
|
|
|
}
|
|
|
|
|
}
|