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": {
|
2018-07-23 11:11:52 +09:00
|
|
|
"napi-rs": "^0.1.0"
|
2018-04-28 17:26:38 +09:00
|
|
|
}
|
|
|
|
}
|