{ "name": "@buster/test-utils", "version": "0.1.0", "type": "module", "module": "src/index.ts", "exports": { ".": { "types": "./src/index.ts", "default": "./src/index.ts" }, "./*": { "types": "./src/*", "default": "./src/*" } }, "scripts": { "prebuild": "node scripts/validate-env.js", "build": "tsc", "typecheck": "tsc --noEmit", "lint": "biome check", "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage" }, "dependencies": { "@buster/typescript-config": "workspace:*", "@buster/vitest-config": "workspace:*", "@buster/database": "workspace:*", "uuid": "catalog:" } }