{ "name": "@alga-psa/reference-data", "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" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@alga-psa/auth": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/shared": "*", "@alga-psa/ui": "*", "@alga-psa/types": "*", "@alga-psa/validation": "*", "date-fns": "^4.1.0", "lucide-react": "^0.428.0", "next-auth": "^5.0.0-beta.30", "react-hot-toast": "^2.4.1" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }