mirror of
https://github.com/khairul169/db-backup-tool.git
synced 2025-06-18 01:29:33 +07:00
18 lines
372 B
JSON
18 lines
372 B
JSON
|
{
|
||
|
"name": "db-backup-tool",
|
||
|
"version": "0.1.0",
|
||
|
"author": {
|
||
|
"name": "Khairul Hidayat",
|
||
|
"email": "khai@rul.sh",
|
||
|
"url": "https://github.com/khairul169"
|
||
|
},
|
||
|
"private": false,
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"dev": "concurrently \"cd backend && pnpm dev\" \"cd frontend && pnpm dev\""
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"concurrently": "^8.2.2"
|
||
|
}
|
||
|
}
|