Mercurial
view third_party/bun/package.json @ 165:3e0e27684e6b
[Gara] Remove unwanted bazel tutorial.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 13 Dec 2025 14:34:51 -0800 |
| 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" } }