69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "@wrnexus/dev-server",
|
|
"version": "0.8.0",
|
|
"type": "module",
|
|
"description": "@wrnexus/dev-server — part of the WrNexus framework.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS.git",
|
|
"directory": "packages/dev-server"
|
|
},
|
|
"homepage": "https://wrnexusjs.dev/packages/dev-server",
|
|
"bugs": {
|
|
"url": "https://git.workroot.in/WorkRoot/WRNexusJS/issues"
|
|
},
|
|
"keywords": [
|
|
"wrnexus",
|
|
"bun",
|
|
"typescript",
|
|
"dev-server"
|
|
],
|
|
"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"
|
|
},
|
|
"./serve-entry": {
|
|
"types": "./dist/serve-entry.d.ts",
|
|
"import": "./dist/serve-entry.js"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/core": "^0.8.0",
|
|
"@wrnexus/dev-toolbar": "^0.8.0",
|
|
"@wrnexus/router": "^0.8.0",
|
|
"@wrnexus/ssr": "^0.8.0",
|
|
"@wrnexus/csr": "^0.8.0",
|
|
"@wrnexus/compiler": "^0.8.0",
|
|
"@wrnexus/styles": "^0.8.0",
|
|
"@wrnexus/ui": "^0.8.0",
|
|
"@wrnexus/validation": "^0.8.0",
|
|
"@wrnexus/i18n": "^0.8.0",
|
|
"@wrnexus/db": "^0.8.0",
|
|
"@wrnexus/pubsub": "^0.8.0",
|
|
"@wrnexus/uploader": "^0.8.0",
|
|
"@wrnexus/plugin": "^0.8.0",
|
|
"@wrnexus/store": "^0.8.0",
|
|
"@wrnexus/security": "^0.8.0",
|
|
"@wrnexus/observability": "^0.8.0",
|
|
"@wrnexus/cache": "^0.8.0",
|
|
"@wrnexus/pwa": "^0.8.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
]
|
|
}
|