websocket-http-cache/package.json
Martin Dimitrov 421a91bc86
All checks were successful
Build and push image for websocket http cache / docker (push) Successful in 9s
add configuration by env var
2024-09-30 11:49:33 -07:00

17 lines
299 B
JSON

{
"name": "websocket-http-cache",
"module": "src/server.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"scripts": {
"start": "bun run src/server.ts"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"hono": "^4.6.3"
}
}