Files
router-lists-ui/package.json
T

19 lines
452 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\"",
"lint": "cd frontend && npm run lint",
"test": "cd frontend && npm run build",
"test:backend": "cd backend && npm run test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^9.2.0"
}
}