mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-04-29 00:59:35 +07:00
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"name": "backend",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun --watch index.ts",
|
|
"dev:compose": "docker compose -f docker-compose.dev.yml up --build",
|
|
"build": "bun build index.ts --outdir dist --target bun",
|
|
"start": "bun dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
} |