napi-rs/test_module/package.json
2020-02-18 21:09:17 +08:00

13 lines
290 B
JSON

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