mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(api): add dockerfile api
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "my-app",
|
||||
"name": "@dokploy/api",
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "PORT=4000 tsx watch src/index.ts",
|
||||
"dev2": "PORT=4001 tsx watch src/index.ts",
|
||||
"tsc": "tsc --project tsconfig.json"
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"start": "node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "18.2.0",
|
||||
@@ -13,13 +15,8 @@
|
||||
"hono": "^4.5.8",
|
||||
"dotenv": "^16.3.1",
|
||||
"@upstash/qstash": "2.7.9",
|
||||
"ioredis": "5.4.1",
|
||||
"nats": "2.28.2",
|
||||
"bullmq": "5.13.2",
|
||||
"@nerimity/mimiqueue": "1.2.3",
|
||||
"timers": "0.1.1",
|
||||
"redis": "4.7.0",
|
||||
"date-fns": "4.1.0"
|
||||
"@nerimity/mimiqueue": "1.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.4.2",
|
||||
|
||||
Reference in New Issue
Block a user