Mercurial
view third_party/bun/package.json @ 34:6c322f9c2cb9
[Birthday] I didn't have nay time to buy birhtday present so w/e/
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 11 Oct 2025 15:07:07 -0700 |
| parents | de54585a40f1 |
| children |
line wrap: on
line source
{ "name": "playground", "private": true, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5" }, "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }