Files
WRNexusJS/.publish/cli/package.json
T
Clintchiz 4cebacadfe
Quality / quality (ubuntu-latest) (push) Failing after 12m9s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.3
2026-08-03 19:47:30 +05:30

70 lines
1.6 KiB
JSON

{
"name": "@wrnexus/cli",
"version": "0.8.3",
"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.3",
"@wrnexus/router": "^0.8.3",
"@wrnexus/csr": "^0.8.3",
"@wrnexus/compiler": "^0.8.3",
"@wrnexus/styles": "^0.8.3",
"@wrnexus/dev-server": "^0.8.3",
"@wrnexus/ui": "^0.8.3",
"@wrnexus/validation": "^0.8.3",
"@wrnexus/i18n": "^0.8.3",
"@wrnexus/mcp": "^0.8.3",
"@wrnexus/playground": "^0.8.3",
"@wrnexus/db": "^0.8.3",
"@wrnexus/plugin": "^0.8.3",
"@wrnexus/syntax": "^0.8.3",
"@wrnexus/typecheck": "^0.8.3",
"@wrnexus/security": "^0.8.3",
"selfsigned": "^5.5.0"
},
"files": [
"dist",
"README.md"
]
}