wetalk/api/package.json
2026-04-13 11:20:47 +02:00

13 lines
211 B
JSON

{
"name": "wetalk-api",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "bun run --hot src/index.ts",
"start": "bun run src/index.ts"
},
"dependencies": {
"hono": "^4.7.0"
}
}