48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@wrnexus/cli",
|
|
"version": "0.5.1",
|
|
"type": "module",
|
|
"description": "@wrnexus/cli — part of the WrNexus framework.",
|
|
"license": "MIT",
|
|
"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.5.1",
|
|
"@wrnexus/router": "^0.5.1",
|
|
"@wrnexus/csr": "^0.5.1",
|
|
"@wrnexus/compiler": "^0.5.1",
|
|
"@wrnexus/styles": "^0.5.1",
|
|
"@wrnexus/dev-server": "^0.5.1",
|
|
"@wrnexus/ui": "^0.5.1",
|
|
"@wrnexus/validation": "^0.5.1",
|
|
"@wrnexus/i18n": "^0.5.1",
|
|
"@wrnexus/db": "^0.5.1",
|
|
"@wrnexus/plugin": "^0.5.1",
|
|
"@wrnexus/syntax": "^0.5.1"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|