{ "name": "@fluxer/schema", "version": "0.0.0", "private": true, "type": "module", "exports": { "./*": "./*" }, "scripts": { "test": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest", "typecheck": "tsgo --noEmit" }, "dependencies": { "@fluxer/constants": "workspace:*", "@simplewebauthn/server": "catalog:", "emoji-regex": "catalog:", "validator": "catalog:", "zod": "catalog:" }, "devDependencies": { "@types/node": "catalog:", "@types/validator": "catalog:", "@typescript/native-preview": "catalog:", "vite-tsconfig-paths": "catalog:", "vitest": "catalog:" } }