mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"name": "bun-devtools",
|
|
"private": true,
|
|
"module": "./index.ts",
|
|
"scripts": {
|
|
"generate-protocol": "bun run scripts/generate-protocol.ts"
|
|
}
|
|
}
|