RBAC: Phase 1-3, Total Salary fix, employee creation fix, permission groups, backup script
Made-with: Cursor
This commit is contained in:
14
package.json
14
package.json
@@ -3,6 +3,9 @@
|
||||
"version": "1.0.0",
|
||||
"description": "Z.CRM - Enterprise CRM System - Contact Management, Sales, Inventory, Projects, HR, Marketing",
|
||||
"scripts": {
|
||||
"capture": "node scripts/capture-page.mjs",
|
||||
"capture:admin": "node scripts/capture-page.mjs /admin",
|
||||
"capture:contacts": "node scripts/capture-page.mjs /contacts",
|
||||
"install-all": "npm install && cd backend && npm install && cd ../frontend && npm install",
|
||||
"dev": "concurrently \"npm run dev:backend\" \"npm run dev:frontend\"",
|
||||
"dev:backend": "cd backend && npm run dev",
|
||||
@@ -12,11 +15,18 @@
|
||||
"start:backend": "cd backend && npm start",
|
||||
"start:frontend": "cd frontend && npm start"
|
||||
},
|
||||
"keywords": ["crm", "erp", "contact-management", "hr", "inventory", "projects"],
|
||||
"keywords": [
|
||||
"crm",
|
||||
"erp",
|
||||
"contact-management",
|
||||
"hr",
|
||||
"inventory",
|
||||
"projects"
|
||||
],
|
||||
"author": "مجموعة أتمتة",
|
||||
"license": "PROPRIETARY",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.58.2",
|
||||
"concurrently": "^8.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user