{ "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" } }