diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-11-30 06:29:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-04 23:26:03 +0900 |
| commit | de0520f2d635fedba0ff9602dd82a4dd29a9b635 (patch) | |
| tree | 3a35403b12643bbd47b13c2ea0c9e358826fb8e3 /pnpm-lock.yaml | |
| parent | d77ed27bc66821aa56398ff8dd1b885af7903672 (diff) | |
| download | kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.tar.gz kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.tar.zst kioku-de0520f2d635fedba0ff9602dd82a4dd29a9b635.zip | |
feat(server): initialize Hono app
Setup basic Hono server with health check endpoint. Adds dev, build,
and start scripts using Node.js native TypeScript execution.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9fa931c..3d62033 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,7 +17,18 @@ importers: pkgs/client: {} - pkgs/server: {} + pkgs/server: + dependencies: + '@hono/node-server': + specifier: ^1.19.6 + version: 1.19.6(hono@4.10.7) + hono: + specifier: ^4.10.7 + version: 4.10.7 + devDependencies: + '@types/node': + specifier: ^24.10.1 + version: 24.10.1 pkgs/shared: {} @@ -76,11 +87,27 @@ packages: cpu: [x64] os: [win32] + '@hono/node-server@1.19.6': + resolution: {integrity: sha512-Shz/KjlIeAhfiuE93NDKVdZ7HdBVLQAfdbaXEaoAVO3ic9ibRSLGIQGkcBbFyuLr+7/1D5ZCINM8B+6IvXeMtw==} + engines: {node: '>=18.14.1'} + peerDependencies: + hono: ^4 + + '@types/node@24.10.1': + resolution: {integrity: sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==} + + hono@4.10.7: + resolution: {integrity: sha512-icXIITfw/07Q88nLSkB9aiUrd8rYzSweK681Kjo/TSggaGbOX4RRyxxm71v+3PC8C/j+4rlxGeoTRxQDkaJkUw==} + engines: {node: '>=16.9.0'} + typescript@5.9.3: resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} hasBin: true + undici-types@7.16.0: + resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==} + snapshots: '@biomejs/biome@2.3.8': @@ -118,4 +145,16 @@ snapshots: '@biomejs/cli-win32-x64@2.3.8': optional: true + '@hono/node-server@1.19.6(hono@4.10.7)': + dependencies: + hono: 4.10.7 + + '@types/node@24.10.1': + dependencies: + undici-types: 7.16.0 + + hono@4.10.7: {} + typescript@5.9.3: {} + + undici-types@7.16.0: {} |
