Files
bun.sh/packages/bun-devtools/package.json

9 lines
158 B
JSON

{
"name": "bun-devtools",
"private": true,
"module": "./index.ts",
"scripts": {
"generate-protocol": "bun run scripts/generate-protocol.ts"
}
}