napi-rs/test_module/package.json
LongYinan c05ab719b3
init
2018-04-28 16:26:38 +08:00

13 lines
244 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": ".."
}
}