All checks were successful
Build and push image for websocket http cache / docker (push) Successful in 9s
17 lines
299 B
JSON
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"
|
|
}
|
|
} |