napi-rs/test_module/package.json
2018-07-23 10:11:56 +08:00

13 lines
248 B
JSON

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