Files
router-lists-ui/package.json
T
denozord d2e6aa1d38
Publish Docker image / build-and-push (push) Failing after 2m17s
Init commit
2025-07-07 13:07:26 +07:00

17 lines
374 B
JSON

{
"name": "router-lists-ui",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^9.2.0"
}
}