{ "name": "@alga-psa/scheduling", "version": "0.1.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./actions": { "types": "./dist/actions/index.d.ts", "import": "./dist/actions/index.mjs", "require": "./dist/actions/index.js" }, "./components": { "types": "./dist/components/index.d.ts", "import": "./dist/components/index.mjs", "require": "./dist/components/index.js" }, "./components/schedule/AgentScheduleView": { "import": "./src/components/schedule/AgentScheduleView.tsx", "types": "./src/components/schedule/AgentScheduleView.tsx" }, "./lib/timeEntryLauncher": { "import": "./src/lib/timeEntryLauncher.tsx", "types": "./src/lib/timeEntryLauncher.tsx" }, "./lib/appointmentApprovers": { "import": "./src/lib/appointmentApprovers.ts", "types": "./src/lib/appointmentApprovers.ts" }, "./context/*": { "import": "./src/context/*.tsx", "types": "./src/context/*.tsx" }, "./providers/*": { "import": "./src/providers/*.tsx", "types": "./src/providers/*.tsx" } }, "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@alga-psa/authorization": "*", "@alga-psa/clients": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/shared": "*", "@alga-psa/types": "*", "@alga-psa/user-composition": "*", "@alga-psa/validation": "*", "@alga-psa/ui": "*", "@alga-psa/workflow-streams": "*", "@alga-psa/workflows": "*", "rrule": "^2.7.2", "zod": "^3.22.4" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "typescript": "^5.3.0", "tsup": "^8.0.0" } }