This commit is contained in:
Akira Tempaku 2025-03-07 15:36:54 +09:00
commit 87b223f5d8
Signed by: paku
GPG key ID: 5B4E8402BCC50607
6 changed files with 660 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "gone",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.13.8",
"hono": "^4.7.4"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1"
}
}