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