{ "name": "@alga-psa/projects", "version": "0.1.0", "private": true, "main": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./actions": { "types": "./dist/actions/index.d.ts", "import": "./dist/actions/index.mjs" }, "./components": { "types": "./dist/components/index.d.ts", "import": "./dist/components/index.mjs" }, "./models": { "types": "./dist/models/index.d.ts", "import": "./dist/models/index.mjs" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@alga-psa/authorization": "*", "@alga-psa/clients": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/documents": "*", "@alga-psa/formatting": "*", "@alga-psa/shared": "*", "@alga-psa/types": "*", "@alga-psa/user-composition": "*", "@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" } }