{ "name": "@wrnexus/ui", "version": "0.8.1", "type": "module", "description": "@wrnexus/ui — part of the WrNexus framework.", "license": "MIT", "repository": { "type": "git", "url": "https://git.workroot.in/WorkRoot/WRNexusJS.git", "directory": "packages/ui" }, "homepage": "https://wrnexusjs.dev/packages/ui", "bugs": { "url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues" }, "keywords": [ "wrnexus", "bun", "typescript", "ui" ], "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" }, "./components/*": "./components/*", "./component-catalog.json": "./component-catalog.json", "./component-migrations.json": "./component-migrations.json", "./component-reference.json": "./component-reference.json", "./ui.css": "./ui.css" }, "dependencies": { "@wrnexus/core": "^0.8.1" }, "files": [ "dist", "README.md", "components", "ui.css", "component-catalog.json", "component-migrations.json", "component-reference.json", "COMPONENTS.md" ] }