mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"name": "bench",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"bench": "vitest bench ",
|
|
"build": "napi-raw build --js false --release"
|
|
},
|
|
"devDependencies": {
|
|
"@napi-rs/cli": "workspace:*",
|
|
"tinybench": "^4.0.1",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|