mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"name": "bench",
|
|
"scripts": {
|
|
"deps": "exit 0",
|
|
"build": "exit 0",
|
|
"bench:bun": "bun bun.js",
|
|
"bench:node": "node node.mjs",
|
|
"bench": "bun run bench:bun && bun run bench:node"
|
|
}
|
|
}
|