{ "name": "@wrnexus/validation", "version": "0.8.6", "type": "module", "description": "Shared server/browser schemas, validation helpers, form runtime, and reusable error components.", "license": "MIT", "repository": { "type": "git", "url": "https://git.workroot.in/WorkRoot/WRNexusJS.git", "directory": "packages/validation" }, "homepage": "https://wrnexusjs.dev/packages/validation", "bugs": { "url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues" }, "keywords": [ "wrnexus", "bun", "typescript", "validation" ], "sideEffects": false, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "engines": { "bun": ">=1.3.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "restricted" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./plugin": { "types": "./dist/plugin.d.ts", "import": "./dist/plugin.js" }, "./components/*": "./components/*" }, "dependencies": { "@wrnexus/core": "^0.8.6", "@wrnexus/plugin": "^0.8.6", "@wrnexus/ui": "^0.8.6" }, "wrnexus": { "plugin": { "plugin": "./dist/plugin.js", "export": "default", "factory": true } }, "files": [ "dist", "README.md", "components" ] }