{ "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": "*" } }