deployment-talks/chat-app/package.json

16 lines
276 B
JSON
Raw Normal View History

{
"name": "chat-app",
"scripts": {
"dev": "bun run --hot src/index.ts",
"build": "bun src/build.ts"
},
"dependencies": {
"@types/mithril": "^2.2.7",
"hono": "^4.6.3",
"mithril": "^2.2.5"
},
"devDependencies": {
"@types/bun": "latest"
}
}