/home/techb158/cosmic.abdallabala.com
Edit: /home/techb158/cosmic.abdallabala.com/package.json (2198B)
{
"name": "cosmic-ai-risk-dashboard",
"version": "2.1.0",
"description": "COSMIC AI-Risk Dashboard prototype with design-first diagrams, JSON storage, Risk CRUD UI, mitigation workflow, deployment gate workflow controls, evidence traceability, audit trail, multi-project-management integrations, OAuth credential handling, live third-party API client boundaries, reporting/export workflows, role-based access control, and production deployment hardening.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node tests/risk-engine.test.js && node tests/storage-layer.test.js && node tests/mitigation-workflow.test.js && node tests/gate-workflow.test.js && node tests/integration-workflow.test.js && node tests/oauth-live-connectors.test.js && node tests/reporting-workflow.test.js && node tests/access-control.test.js && node tests/production-hardening.test.js && node tests/api-workflow.test.js",
"test:risk": "node tests/risk-engine.test.js",
"test:storage": "node tests/storage-layer.test.js",
"test:api": "node tests/api-workflow.test.js",
"test:mitigation": "node tests/mitigation-workflow.test.js",
"test:gate": "node tests/gate-workflow.test.js",
"test:integration": "node tests/integration-workflow.test.js",
"test:reporting": "node tests/reporting-workflow.test.js",
"test:oauth": "node tests/oauth-live-connectors.test.js",
"test:access": "node tests/access-control.test.js",
"test:ops": "node tests/production-hardening.test.js",
"check:config": "node scripts/check-production-config.js",
"backup": "node scripts/backup-database.js",
"start:prod": "NODE_ENV=production node server.js"
},
"keywords": [
"COSMIC",
"AI risk",
"dashboard",
"risk governance",
"Trello Power-Up",
"Jira",
"Asana",
"project management integration",
"Microsoft Planner",
"reporting",
"OAuth",
"Microsoft Graph",
"live integrations",
"RBAC",
"access control",
"role-based permissions",
"production deployment",
"security headers",
"readiness endpoint",
"backup",
"Docker",
"Nginx",
"operations"
],
"license": "UNLICENSED"
}