{ "name": "@alga-psa/surveys", "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" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/types": "*", "@alga-psa/ui": "*", "@alga-psa/validation": "*", "@alga-psa/workflow-streams": "*", "@alga-psa/workflows": "*", "lucide-react": "^0.428.0", "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" } }