mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"name": "bun-inspector-protocol",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"build": "bun build --target=node --outfile=index.js --minify-syntax ./index.ts --external=ws"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.13.0"
|
|
},
|
|
"main": "./index.js",
|
|
"type": "module",
|
|
"files": [
|
|
"index.js",
|
|
"index.ts",
|
|
"src",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|