mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
10 lines
254 B
JSON
10 lines
254 B
JSON
{
|
|
"name": "test-module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "cargo build && node ../scripts/napi.js ./index",
|
|
"build-release": "cargo build --release && node ../scripts/napi.js --release ./index",
|
|
"test": "node ./index.js"
|
|
}
|
|
}
|