Files
bun.sh/packages/bun-cli/package.json
2021-10-27 04:12:13 -07:00

18 lines
515 B
JSON

{
"bugs": {
"url": "https://github.com/jarred-sumner/bun/issues"
},
"description": "Bun: a fast bundler, transpiler and task runner for web software. To get early access, join the Discord https://bun.sh/discord",
"homepage": "https://bun.sh",
"license": "MIT",
"main": "package.json",
"name": "bun-cli",
"optionalDependencies": {
"bun-cli-linux-x64": "0.0.37",
"bun-cli-mac": "0.0.37"
},
"repository": "https://github.com/jarred-sumner/bun",
"scripts": {},
"version": "0.0.37"
}