Stirling-PDF/package.json
2023-11-08 02:11:49 +03:00

21 lines
454 B
JSON

{
"name": "stirling-pdf",
"private": "true",
"workspaces": [
"client-ionic",
"client-tauri",
"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
}