{ "name": "@wrnexus/cli", "version": "0.8.17", "type": "module", "description": "@wrnexus/cli — part of the WrNexus framework.", "license": "MIT", "repository": { "type": "git", "url": "https://git.workroot.in/WorkRoot/WRNexusJS.git", "directory": "packages/cli" }, "homepage": "https://wrnexusjs.dev/packages/cli", "bugs": { "url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues" }, "keywords": [ "wrnexus", "bun", "typescript", "cli" ], "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" }, "./workspace": { "types": "./dist/workspace.d.ts", "import": "./dist/workspace.js" } }, "bin": { "wrnexus": "./dist/index.js" }, "dependencies": { "@wrnexus/core": "^0.8.9", "@wrnexus/router": "^0.8.9", "@wrnexus/csr": "^0.8.16", "@wrnexus/compiler": "^0.8.9", "@wrnexus/styles": "^0.8.10", "@wrnexus/dev-server": "^0.8.16", "@wrnexus/ui": "^0.8.12", "@wrnexus/validation": "^0.8.9", "@wrnexus/i18n": "^0.8.9", "@wrnexus/mcp": "^0.8.8", "@wrnexus/playground": "^0.8.8", "@wrnexus/db": "^0.8.9", "@wrnexus/authz": "^0.8.9", "@wrnexus/plugin": "^0.8.8", "@wrnexus/syntax": "^0.8.8", "@wrnexus/typecheck": "^0.8.8", "@wrnexus/security": "^0.8.8", "selfsigned": "^5.5.0" }, "files": [ "dist", "README.md" ] }