mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-23 16:05:09 +00:00
26 lines
894 B
JSON
26 lines
894 B
JSON
{
|
|
"name": "stirling-pdf",
|
|
"private": "true",
|
|
"workspaces": [
|
|
"client-tauri",
|
|
"server-node",
|
|
"shared-operations"
|
|
],
|
|
"scripts": {
|
|
"dev-all": "concurrently --names \"node,tauri\" -c \"red.bold,cyan.bold\" --kill-others \"npm run -w server-node dev\" \"npm run -w client-tauri dev\"",
|
|
"update-all-dependencies": "npm i --workspace=stirling-pdf --workspace=server-node --workspace=client-tauri --workspace=shared-operation",
|
|
"update-backend-dependencies": "npm i --workspace=server-node --workspace=shared-operation",
|
|
"update-frontend-dependencies": "npm i --workspace=client-tauri --workspace=shared-operation"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
|
"@typescript-eslint/parser": "^6.17.0",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.24.2"
|
|
},
|
|
"engineStrict": true
|
|
}
|