{ "name": "@alga-psa/client-portal", "version": "0.1.0", "private": true, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./actions": { "import": "./src/actions/index.ts", "types": "./src/actions/index.ts" }, "./components": { "import": "./src/components/index.ts", "types": "./src/components/index.ts" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@alga-psa/client-portal-composition": "*", "@alga-psa/clients": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/formatting": "*", "@alga-psa/msp-composition": "*", "@alga-psa/projects": "*", "@alga-psa/scheduling": "*", "@alga-psa/storage": "*", "@alga-psa/tickets": "*", "@alga-psa/types": "*", "@alga-psa/user-composition": "*", "@alga-psa/users": "*", "@alga-psa/validation": "*", "@alga-psa/workflow-streams": "*", "@alga-psa/workflows": "*", "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" } }