{ "name": "@wrnexus/dev-server", "version": "0.8.4", "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.4", "@wrnexus/dev-toolbar": "^0.8.4", "@wrnexus/router": "^0.8.4", "@wrnexus/ssr": "^0.8.4", "@wrnexus/csr": "^0.8.4", "@wrnexus/compiler": "^0.8.4", "@wrnexus/styles": "^0.8.4", "@wrnexus/ui": "^0.8.4", "@wrnexus/validation": "^0.8.4", "@wrnexus/i18n": "^0.8.4", "@wrnexus/db": "^0.8.4", "@wrnexus/pubsub": "^0.8.4", "@wrnexus/uploader": "^0.8.4", "@wrnexus/plugin": "^0.8.4", "@wrnexus/store": "^0.8.4", "@wrnexus/security": "^0.8.4", "@wrnexus/observability": "^0.8.4", "@wrnexus/cache": "^0.8.4", "@wrnexus/pwa": "^0.8.4" }, "files": [ "dist", "README.md" ] }