Files
bun.sh/src/node-fallbacks/package.json

43 lines
1.1 KiB
JSON

{
"name": "fallbacks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-gen": "bun build-fallbacks.ts",
"build": "bun run build-gen"
},
"author": "",
"license": "ISC",
"dependencies": {
"assert": "^2.1.0",
"react-refresh": "0.17.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.1",
"domain-browser": "^4.23.0",
"esbuild": "^0.25.4",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"punycode": "^2.3.1",
"querystring-es3": "^1.0.0-0",
"readable-stream": "^4.5.2",
"stream-http": "^3.2.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url": "^0.11.4",
"util": "^0.12.5",
"vm-browserify": "^1.1.2"
},
"overrides": {
"readable-stream": "^4.5.2"
}
}