Gal Podlipnik dac64ac41a
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
containers update + docker file build
2025-06-09 02:29:55 +02:00

23 lines
459 B
JSON

{
"name": "backend",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"build": "tsc"
},
"dependencies": {
"@hono/node-server": "^1.14.3",
"@hono/node-ws": "^1.1.5",
"dockerode": "^4.0.6",
"hono": "^4.7.11"
},
"devDependencies": {
"@types/dockerode": "^3.3.39",
"@types/node": "^20.11.17",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
}
}