napi-rs/test_module/package.json
2020-02-19 17:45:57 +08:00

9 lines
238 B
JSON

{
"name": "test-module",
"version": "1.0.0",
"scripts": {
"build": "cargo build && node ../scripts/napi.js",
"build-release": "cargo build --release && node ../scripts/napi.js --release",
"test": "node ./tests.js"
}
}