2022-03-26 18:01:12 +09:00
|
|
|
{
|
|
|
|
"name": "binary",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"bin": "napi-examples-binary",
|
|
|
|
"scripts": {
|
2023-04-06 12:04:53 +09:00
|
|
|
"build": "napi-raw build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@napi-rs/cli": "workspace:*"
|
2022-03-26 18:01:12 +09:00
|
|
|
}
|
|
|
|
}
|