Hermes 284313f908
Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Initial import of AlgaPSA codebase from PSA server
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz

Source: /opt/alga-psa on psa.joliet.tech
2026-06-22 16:12:17 -05:00

116 lines
3.1 KiB
JSON

{
"name": "@alga-psa/msp-composition",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./src/index.ts",
"exports": {
".": {
"import": "./src/index.ts",
"types": "./src/index.ts"
},
"./scheduling": {
"import": "./src/scheduling/index.ts",
"types": "./src/scheduling/index.ts"
},
"./scheduling/appointmentApprovers": {
"import": "./src/scheduling/appointmentApprovers.ts",
"types": "./src/scheduling/appointmentApprovers.ts"
},
"./scheduling/*": {
"import": "./src/scheduling/*.tsx",
"types": "./src/scheduling/*.tsx"
},
"./tickets": {
"import": "./src/tickets/index.ts",
"types": "./src/tickets/index.ts"
},
"./tickets/*": {
"import": "./src/tickets/*.tsx",
"types": "./src/tickets/*.tsx"
},
"./tickets/registerSlaIntegration": {
"import": "./src/tickets/registerSlaIntegration.ts",
"types": "./src/tickets/registerSlaIntegration.ts"
},
"./projects": {
"import": "./src/projects/index.ts",
"types": "./src/projects/index.ts"
},
"./projects/*": {
"import": "./src/projects/*.tsx",
"types": "./src/projects/*.tsx"
},
"./billing": {
"import": "./src/billing/index.ts",
"types": "./src/billing/index.ts"
},
"./billing/*": {
"import": "./src/billing/*.tsx",
"types": "./src/billing/*.tsx"
},
"./assets": {
"import": "./src/assets/index.ts",
"types": "./src/assets/index.ts"
},
"./assets/*": {
"import": "./src/assets/*.tsx",
"types": "./src/assets/*.tsx"
},
"./clients": {
"import": "./src/clients/index.ts",
"types": "./src/clients/index.ts"
},
"./documents": {
"import": "./src/documents/index.ts",
"types": "./src/documents/index.ts"
},
"./clients/*": {
"import": "./src/clients/*.tsx",
"types": "./src/clients/*.tsx"
},
"./documents/*": {
"import": "./src/documents/*.tsx",
"types": "./src/documents/*.tsx"
},
"./workflows": {
"import": "./src/workflows/index.ts",
"types": "./src/workflows/index.ts"
},
"./workflows/*": {
"import": "./src/workflows/*.tsx",
"types": "./src/workflows/*.tsx"
},
"./reports/*": {
"import": "./src/reports/*.tsx",
"types": "./src/reports/*.tsx"
},
"./user-activities": {
"import": "./src/user-activities/index.ts",
"types": "./src/user-activities/index.ts"
}
},
"dependencies": {
"@alga-psa/assets": "*",
"@alga-psa/auth": "*",
"@alga-psa/billing": "*",
"@alga-psa/clients": "*",
"@alga-psa/core": "*",
"@alga-psa/db": "*",
"@alga-psa/documents": "*",
"@alga-psa/formatting": "*",
"@alga-psa/projects": "*",
"@alga-psa/reporting": "*",
"@alga-psa/scheduling": "*",
"@alga-psa/sla": "*",
"@alga-psa/surveys": "*",
"@alga-psa/tags": "*",
"@alga-psa/tickets": "*",
"@alga-psa/types": "*",
"@alga-psa/ui": "*",
"@alga-psa/user-activities": "*",
"@alga-psa/user-composition": "*"
}
}