Stirling-PDF/package.json
2023-10-27 01:33:34 +03:00

20 lines
435 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"
},
"engines" : {
"npm" : ">=7.24.2"
},
"engineStrict" : true
}