{ "name": "@buster/access-controls", "version": "1.0.0", "description": "Access controls for the Buster platform", "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "node scripts/validate-env.js", "build": "tsc", "build:commonjs": "tsc --module commonjs --moduleResolution node", "build:commonjs:watch": "npm run build:commonjs && tsc --module commonjs --moduleResolution node --watch", "dev": "tsc --watch", "lint": "biome check --write", "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "typecheck": "tsc --noEmit" }, "dependencies": { "@buster/database": "workspace:*", "@buster/typescript-config": "workspace:*", "@buster/vitest-config": "workspace:*", "lru-cache": "^11.1.0", "zod": "catalog:", "uuid": "catalog:" } }