node-yuma123
Version:
Node.js bindings for the Yuma123 library
29 lines • 622 B
JSON
{
"name": "node-yuma123",
"version": "0.2.8",
"description": "Node.js bindings for the Yuma123 library",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test/basic.js",
"preinstall": "node scripts/check-dependencies.cjs",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/Slenderman00/node-yuma123"
},
"keywords": [
"yang",
"netconf",
"yuma",
"yangrpc"
],
"author": "Joar Heimonen",
"license": "ISC",
"gypfile": true,
"dependencies": {
"bindings": "^1.5.0",
"node-addon-api": "^5.0.0"
}
}