mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
16 lines
365 B
JSON
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"
|
|
}
|
|
}
|