mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
18 lines
515 B
JSON
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"
|
|
}
|