45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "@wrnexus/dev-server",
|
|
"version": "0.2.71",
|
|
"type": "module",
|
|
"description": "@wrnexus/dev-server — part of the WrNexus framework.",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"engines": {
|
|
"bun": ">=1.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "restricted"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
},
|
|
"./serve-entry": {
|
|
"types": "./dist/serve-entry.d.ts",
|
|
"import": "./dist/serve-entry.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "^0.2.71",
|
|
"@wrnexus/router": "^0.2.71",
|
|
"@wrnexus/ssr": "^0.2.71",
|
|
"@wrnexus/csr": "^0.2.71",
|
|
"@wrnexus/compiler": "^0.2.71",
|
|
"@wrnexus/styles": "^0.2.71",
|
|
"@wrnexus/ui": "^0.2.71",
|
|
"@wrnexus/validation": "^0.2.71",
|
|
"@wrnexus/i18n": "^0.2.71",
|
|
"@wrnexus/db": "^0.2.71",
|
|
"@wrnexus/pubsub": "^0.2.71",
|
|
"@wrnexus/uploader": "^0.2.71"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|