-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 12.1 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 12.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "delivera",
"version": "2.0.0",
"description": "Delivera - delivery intelligence for scrum teams and leaders (Jira-backed for MPSA and MAS)",
"type": "module",
"main": "server.js",
"scripts": {
"test": "npm run build:css && node scripts/Delivera-Test-Smart-Dev-Runner.js",
"build:css": "node scripts/build-css.js",
"check:css": "node scripts/check-css.js",
"identity:check": "node scripts/Delivera-Workspace-Identity-Check.js",
"validate:jira-env": "node scripts/Delivera-Jira-Env-Connectivity-Validate.js",
"brand:guard": "node scripts/Delivera-Brand-Guard.js",
"vercel:deploy": "npm run build:css && npx vercel deploy",
"dev": "npm run build:css && nodemon server.js",
"dev:hot": "node scripts/Delivera-Dev-HotReload-01Orchestrator.js",
"dev:safe": "node scripts/Delivera-Dev-Port-Guard-01Check.js && node scripts/Delivera-Dev-HotReload-01Orchestrator.js",
"dev:safe:force": "node scripts/Delivera-Dev-Port-Guard-01Check.js --force && node scripts/Delivera-Dev-HotReload-01Orchestrator.js",
"prestart": "npm run build:css",
"start": "node server.js",
"auth:supertokens:up": "docker compose -f docker-compose.supertokens.yml up -d",
"auth:supertokens:down": "docker compose -f docker-compose.supertokens.yml down",
"test:all": "node scripts/Delivera-Test-Orchestration-Runner.js",
"test:all:stop": "node scripts/Delivera-Test-Orchestration-Stop.js",
"test:pw": "playwright test --max-failures=1 --reporter=list",
"test:focused": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test --grep @focused --max-failures=1 --workers=1 --reporter=list",
"test:smoke": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.ux-core -- --grep \"stories card is first content\"",
"test:journey:current-sprint": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.current-sprint",
"test:journey:leadership": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.leadership",
"test:journey:brief-ssot": "npm run build:css && npx playwright test tests/Delivera-Governance-Brief-SSOT-Loading-Scope-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:layout-overlap": "npm run build:css && npx playwright test tests/Delivera-Governance-Layout-Overlap-Audit-Validation-Tests.spec.js tests/Delivera-Jira-Top-Chrome-E2E-Validation-Tests.spec.js tests/Delivera-CSS-Build-And-Mobile-Responsive-Validation-Tests.spec.js tests/Delivera-Viewport-Compression-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:governance": "npm run build:css && npx playwright test tests/Delivera-Governance-Layout-Overlap-Audit-Validation-Tests.spec.js tests/Delivera-Governance-PIBaseline-Wizard-Direct-Value-Validation-Tests.spec.js tests/Delivera-Governance-PIBaseline-Slide-Upload-Validation-Tests.spec.js tests/Delivera-Governance-Visual-Clarity-Validation-Tests.spec.js tests/Delivera-Governance-PI-Intelligence-Validation-Tests.spec.js tests/Delivera-Governance-Agentic-CommandSurface-Validation-Tests.spec.js tests/Delivera-Governance-Agentic-Worker-Inbox-Validation-Tests.spec.js tests/Delivera-App-Governance-Root-Nav-Scope-Validation-Tests.spec.js tests/Delivera-Governance-Projects-Catalog-Validation-Tests.spec.js tests/Delivera-Governance-Brief-Evidence-Validation-Tests.spec.js tests/Delivera-UX-Root-Brief-First.spec.js tests/Delivera-UX-Brief-Action-Cards.spec.js tests/Delivera-UX-Copy-Meeting-Answer.spec.js tests/Delivera-UX-Contrast-And-Readable-Copy.spec.js tests/Delivera-Governance-Brief-SSOT-Loading-Scope-Validation-Tests.spec.js tests/Delivera-UX-Stale-Data-Warnings.spec.js tests/Delivera-UX-Evidence-Proof-Linking.spec.js tests/Delivera-UX-Executive-Brief-Pulse-Realtime-Validation-Tests.spec.js tests/Delivera-UX-Portfolio-Squad-Grid-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:governance-active-loop": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.governance-active-loop -- --workers=1",
"test:journey:trust-recovery": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Governance-Trust-Recovery-MasterPlan-Realtime-Logcat-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:governance:release": "npm run build:css && npx playwright test tests/Delivera-Governance-PI-Meeting-State-Transition-Realtime-Validation-Tests.spec.js --grep \"release [1-5] \" --max-failures=1 --workers=1 --reporter=list",
"test:pi-release": "node --test --test-concurrency=1 scripts/Delivera-PIArtifact-Focused-Release-01Test.js",
"audit:pi-release": "node scripts/Delivera-PIArtifact-Source-Audit-01Check.js",
"test:journey:outcome-intake": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.outcome-intake",
"test:outcome-intake": "npm run test:journey:outcome-intake",
"test:journey:ux-core": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.ux-core",
"test:journey:direct-value-masterplan": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Direct-Value-MasterPlan-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:customer-simplicity-trust": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Customer-Simplicity-Trust-DirectValue-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:customer-growth-round3": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Customer-Growth-Round3-DirectValue-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:hero-squad-first": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Governance-Hero-Squad-First-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:value-retention": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Value-Retention-MasterPlan-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:churn-retention-masterplan": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Churn-Retention-MasterPlan-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:governance-click-friction": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Governance-Click-Friction-MasterPlan-Realtime-Validation-Tests.spec.js tests/Delivera-Governance-Click-Friction-MasterPlan-Round3-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list && node scripts/audit-governance-clicks-fast.mjs",
"test:journey:governance-click-friction-round3": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Governance-Click-Friction-MasterPlan-Round3-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:governance-growth-round2": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && npx playwright test tests/Delivera-Governance-Growth-MasterPlan-Round2-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list && node scripts/audit-governance-features-v2.mjs",
"test:report-jira-ux": "playwright test tests/Delivera-Customer-Simplicity-Trust-Recovery-Validation-Tests.spec.js --grep \"stubbed preview\" --max-failures=1 --workers=1 --reporter=list",
"test:journey:shell-direct-value": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.shell-direct-value",
"test:journey:data-integrity": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.data-integrity",
"test:e2e:full": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.e2e",
"test:api:core": "npm run test:journey:data-integrity",
"test:data:integrity": "npm run test:journey:data-integrity",
"test:current-sprint:core": "npm run test:journey:current-sprint",
"test:current-sprint:dedupe-fold": "npm run build:css && node scripts/Delivera-Dev-Port-Guard-01Check.js && playwright test tests/Delivera-Viewport-Compression-Validation-Tests.spec.js tests/Delivera-Current-Sprint-Header-Declutter-Validation-Tests.spec.js tests/Delivera-Current-Sprint-Health-And-SSOT-Validation-Tests.spec.js tests/Delivera-Current-Sprint-Summary-UX-Validation-Tests.spec.js tests/Delivera-Current-Sprint-Intervention-Queue-Validation-Tests.spec.js tests/Delivera-CurrentSprint-Mission-Control-Direct-Value-Validation-Tests.spec.js tests/Delivera-CurrentSprint-HumanNudge-Review-Trust-Realtime-Validation-Tests.spec.js tests/Delivera-Header-Nav-Persistence-And-Contrast-Validation-Tests.spec.js tests/Delivera-Vodacom-Executive-Shell-And-Sprint-Cockpit-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:viewport-declutter": "npm run test:current-sprint:dedupe-fold",
"test:ux:core": "npm run test:journey:ux-core",
"test:report:header-actions": "playwright test tests/Delivera-UX-Consolidation-Validation-Tests.spec.js --grep \"report context chips stay actionable|report keeps unified tab search\" --max-failures=1 --workers=1 --reporter=list",
"test:report:summary-contract": "playwright test tests/Delivera-UX-Customer-Simplicity-Trust-Full-Validation-Tests.spec.js --grep \"Sticky chips row visible after scroll|Filters tip above Projects|Tab outcome line and search clear\" --max-failures=1 --workers=1 --reporter=list",
"test:leadership:hud-shell": "playwright test tests/Delivera-UX-Consolidation-Validation-Tests.spec.js tests/Delivera-Leadership-Investment-KPI-Validation-Tests.spec.js --grep \"leadership HUD boots|standalone leadership HUD|report trends now uses the same leadership shell\" --max-failures=1 --workers=1 --reporter=list",
"test:report-current-shell": "npm run test:journey:shell-direct-value",
"test:journey:nudge-summary-bridge": "playwright test tests/Delivera-Nudge-Summary-Direct-Value-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:adaptive-nudges": "playwright test tests/Delivera-Adaptive-Nudge-Role-EdgeCases-Realtime-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:no-click-coaching": "playwright test tests/Delivera-NoClick-Adaptive-Coaching-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:direct-value-send": "playwright test tests/Delivera-UX-19-DirectValue-Improvements-Validation-Tests.spec.js --max-failures=1 --workers=1 --reporter=list",
"test:journey:human-nudge-trust": "node scripts/Delivera-Tests-Journey-Runner-SSOT.js journey.human-nudge-trust -- --workers=1",
"test:human-nudge:verify-retry": "node scripts/Delivera-Test-HumanNudge-VerifyRetry-01Runner.js",
"test:current-sprint-ux-ssot": "npm run test:journey:current-sprint",
"test:current-sprint-redesign": "npm run test:journey:current-sprint",
"test:e2e": "npm run test:e2e:full"
},
"keywords": [
"delivera",
"delivery-intelligence",
"agile",
"scrum",
"leadership",
"reporting",
"sprint",
"jira"
],
"repository": {
"type": "git",
"url": "https://github.com/iamalbertly/Delivera.git"
},
"homepage": "https://github.com/iamalbertly/Delivera",
"bugs": {
"url": "https://github.com/iamalbertly/Delivera/issues"
},
"author": "",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.8.0",
"@napi-rs/canvas": "^1.0.2",
"busboy": "^1.6.0",
"dotenv": "^16.3.1",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fast-xml-parser": "^5.10.1",
"fflate": "^0.8.3",
"jira.js": "^5.3.0",
"pdfjs-dist": "^6.1.200",
"redis": "^4.7.0",
"supertokens-node": "^24.0.1",
"tesseract.js": "^7.0.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@playwright/test": "^1.40.0",
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=20.0.0"
}
}