14 lines
244 B
JSON
14 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": ".."
|
||
|
}
|
||
|
}
|