14 lines
700 B
JSON
14 lines
700 B
JSON
{
|
|
"name": "binary",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"bin": "napi-examples-binary",
|
|
"scripts": {
|
|
"build": "node ../../cli/scripts/index.js build --js false",
|
|
"build-aarch64": "node ../../cli/scripts/index.js build --js false --target aarch64-unknown-linux-gnu",
|
|
"build-armv7": "node ../../cli/scripts/index.js build --js false --target armv7-unknown-linux-gnueabihf",
|
|
"build-i686": "node ../../cli/scripts/index.js build --js false --target i686-pc-windows-msvc",
|
|
"build-i686-release": "node ../../cli/scripts/index.js build --js false --release --target i686-pc-windows-msvc",
|
|
"build-release": "node ../../cli/scripts/index.js build --js false --release"
|
|
}
|
|
}
|