{ "name": "@alga-psa/tenancy", "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" }, "./server": { "types": "./dist/server.d.ts", "import": "./dist/server.mjs", "require": "./dist/server.js" }, "./client": { "types": "./dist/client.d.ts", "import": "./dist/client.mjs", "require": "./dist/client.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" }, "dependencies": { "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/storage": "*", "@alga-psa/types": "*", "@alga-psa/user-composition": "*", "@alga-psa/validation": "*", "@alga-psa/workflows": "*" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }