Mercurial
view third_party/bun/package.json @ 35:33b1caf051cd
Updated ignored file to ignore playground.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 30 Oct 2025 09:53:22 -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" } }