{ "name": "@better-auth/scim", "author": "Jonathan Samines", "version": "1.5.0-beta.6", "type": "module", "main": "dist/index.mjs", "types": "dist/index.d.mts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/better-auth/better-auth.git", "directory": "packages/scim" }, "keywords": [ "auth", "scim" ], "publishConfig": { "access": "public" }, "module": "dist/index.mjs", "description": "SCIM plugin for Better Auth", "scripts": { "test": "vitest", "coverage": "vitest run --coverage --coverage.provider=istanbul", "lint:package": "publint run --strict", "lint:types": "attw --profile esm-only --pack .", "build": "tsdown", "dev": "tsdown --watch", "typecheck": "tsc --project tsconfig.json" }, "exports": { ".": { "dev-source": "./src/index.ts", "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "./client": { "dev-source": "./src/client.ts", "types": "./dist/client.d.mts", "default": "./dist/client.mjs" } }, "typesVersions": { "*": { "*": [ "./dist/index.d.mts" ], "client": [ "./dist/client.d.mts" ] } }, "dependencies": { "@better-auth/utils": "catalog:", "better-call": "catalog:", "zod": "^4.1.5" }, "devDependencies": { "@better-auth/core": "workspace:*", "@better-auth/sso": "workspace:*", "tsdown": "catalog:" }, "peerDependencies": { "@better-auth/core": "workspace:*", "better-auth": "workspace:*" } }