Mercurial
view third_party/bun/package.json @ 152:7387eec8e7f8
[Postdog] Updated to use Seobeo_Client instead of CURL. Updated to handle websocket connection.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Sun, 11 Jan 2026 07:47:05 -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" } }