{ "name": "test-module", "version": "1.0.0", "scripts": { "build": "../scripts/napi.js build", "build-release": "../scripts/napi.js build --release", "check": "../scripts/napi.js check", "test": "node ./tests.js" }, "dependencies": { "napi-rs": "^0.1.0" } }