fix: Delete unused server bun.lock file per #33
cbec8ba2
1 file(s) · +0 −25
| 1 | - | { |
|
| 2 | - | "lockfileVersion": 1, |
|
| 3 | - | "workspaces": { |
|
| 4 | - | "": { |
|
| 5 | - | "name": "server", |
|
| 6 | - | "dependencies": { |
|
| 7 | - | "hono": "^4.7.7", |
|
| 8 | - | }, |
|
| 9 | - | "devDependencies": { |
|
| 10 | - | "@types/bun": "latest", |
|
| 11 | - | }, |
|
| 12 | - | }, |
|
| 13 | - | }, |
|
| 14 | - | "packages": { |
|
| 15 | - | "@types/bun": ["@types/bun@1.2.10", "", { "dependencies": { "bun-types": "1.2.10" } }, "sha512-eilv6WFM3M0c9ztJt7/g80BDusK98z/FrFwseZgT4bXCq2vPhXD4z8R3oddmAn+R/Nmz9vBn4kweJKmGTZj+lg=="], |
|
| 16 | - | ||
| 17 | - | "@types/node": ["@types/node@22.15.2", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A=="], |
|
| 18 | - | ||
| 19 | - | "bun-types": ["bun-types@1.2.10", "", { "dependencies": { "@types/node": "*" } }, "sha512-b5ITZMnVdf3m1gMvJHG+gIfeJHiQPJak0f7925Hxu6ZN5VKA8AGy4GZ4lM+Xkn6jtWxg5S3ldWvfmXdvnkp3GQ=="], |
|
| 20 | - | ||
| 21 | - | "hono": ["hono@4.7.7", "", {}, "sha512-2PCpQRbN87Crty8/L/7akZN3UyZIAopSoRxCwRbJgUuV1+MHNFHzYFxZTg4v/03cXUm+jce/qa2VSBZpKBm3Qw=="], |
|
| 22 | - | ||
| 23 | - | "undici-types": ["undici-types@6.21.0", "", {}, "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="], |
|
| 24 | - | } |
|
| 25 | - | } |