You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
681 B
JSON

{
"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 <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"cargo-cp-artifact": "^0.1",
"tmp-promise": "^3.0.3"
},
"keywords": [
"veilid"
]
}