mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
### What does this PR do? - Bumps some packages - Does some _best practices_ in certain areas to minimize Aikido noise. ### How did you verify your code works? CI. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
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.18.3"
|
|
},
|
|
"main": "./index.js",
|
|
"type": "module",
|
|
"files": [
|
|
"index.js",
|
|
"index.ts",
|
|
"src",
|
|
"README.md",
|
|
"LICENSE"
|
|
]
|
|
}
|