a781a4f27e
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
12 lines
209 B
JSON
12 lines
209 B
JSON
{
|
|
"name": "binary",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"bin": "napi-examples-binary",
|
|
"scripts": {
|
|
"build": "napi-raw build"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "workspace:*"
|
|
}
|
|
}
|