napi-rs/test_module/package.json

14 lines
290 B
JSON
Raw Normal View History

2018-04-28 17:26:38 +09:00
{
"name": "test-module",
"version": "1.0.0",
"scripts": {
2020-02-18 22:09:17 +09:00
"build": "../scripts/napi.js build",
"build-release": "../scripts/napi.js build --release",
"check": "../scripts/napi.js check",
2018-04-28 17:26:38 +09:00
"test": "node ./tests.js"
},
"dependencies": {
"napi-rs": "^0.1.0"
2018-04-28 17:26:38 +09:00
}
}