{ "name": "node-veilid", "version": "0.1.0", "description": "Node.js bindings for Veilid", "main": "index.node", "scripts": { "build": "cargo-cp-artifact -nc index.node -- cargo build --message-format=json-render-diagnostics", "build-debug": "npm run build --", "build-release": "npm run build -- --release", "install": "npm run build-release", "test": "cargo test", "exp": "npm run build && echo '-----' && node test.js && echo '-----'" }, "author": "Sven Slootweg ", "license": "WTFPL OR CC0-1.0", "devDependencies": { "cargo-cp-artifact": "^0.1", "tmp-promise": "^3.0.3" }, "keywords": [ "veilid" ] }