Mercurial
view third_party/bun/package.json @ 274:c9be578316a6
remove jrpg from the list....
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 08 Aug 2026 02:13:21 -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" } }