Files
hardwaremoniter/hardware_monitor_wrapper/package.json
2025-06-08 17:40:21 +08:00

19 lines
378 B
JSON

{
"name": "hardwaremonitor",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp configure && node-gyp build"
},
"private": true,
"keywords": [],
"author": "",
"license": "ISC",
"gypfile": true,
"description": "",
"dependencies": {
"node-addon-api": "^8.3.1"
}
}