{ "name": "@alga-psa/teams", "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" }, "./hooks": { "types": "./dist/hooks/index.d.ts", "import": "./dist/hooks/index.mjs", "require": "./dist/hooks/index.js" } }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "@alga-psa/auth": "*", "@alga-psa/core": "*", "@alga-psa/db": "*", "@alga-psa/formatting": "*", "@alga-psa/storage": "*", "@alga-psa/types": "*", "@alga-psa/validation": "*", "swr": "^2.2.5" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.4.0" } }