napi-rs/bench/package.json

9 lines
154 B
JSON
Raw Normal View History

{
2022-01-24 12:33:51 +09:00
"name": "bench",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node ../cli/scripts/index.js build --js false --release"
}
}