Stirling-PDF/package.json
2023-10-26 16:29:15 +03:00

16 lines
365 B
JSON

{
"name": "stirling-pdf",
"private": "true",
"workspaces": [
"client-ionic",
"server-node",
"shared-operations"
],
"scripts": {
"dev": "concurrently --names \"node,ionic\" -c \"red.bold,cyan.bold\" --kill-others \"npm run -w server-node dev\" \"npm run -w client-ionic dev\""
},
"devDependencies": {
"concurrently": "^8.2.2"
}
}