mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
13 lines
209 B
JSON
13 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:*"
|
|
}
|
|
}
|