{ "name": "@alga-psa/onboarding", "version": "0.1.0", "private": true, "main": "./dist/index.mjs", "types": "./src/index.ts", "exports": { ".": { "types": "./src/index.ts", "import": "./dist/index.mjs" }, "./actions": { "types": "./src/actions/index.ts", "import": "./dist/actions/index.mjs" }, "./components": { "types": "./src/components/index.ts", "import": "./dist/components/index.mjs" }, "./hooks": { "types": "./src/hooks/index.ts", "import": "./dist/hooks/index.mjs" }, "./lib": { "types": "./src/lib/index.ts", "import": "./dist/lib/index.mjs" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@alga-psa/analytics": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/licensing": "*", "@alga-psa/reference-data": "*", "@alga-psa/tenancy": "*", "@alga-psa/types": "*", "@alga-psa/ui": "*", "@alga-psa/users": "*", "@alga-psa/validation": "*" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }