UNPKG

universal-autorouter-hono

Version:

An plugin for [Hono](https://hono.dev) to add HMR (Hot Module Replacement) to Hono routes development.

65 lines (64 loc) 1.38 kB
{ "name": "universal-autorouter-hono", "version": "0.2.9", "license": "MIT", "type": "module", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "exports": { "import": "./dist/index.mjs", "types": "./dist/index.d.mts" }, "repository": { "type": "git", "url": "git+https://github.com/node-ecosystem/universal-autorouter-hono.git" }, "files": [ "dist" ], "scripts": { "dev": "tsx ./start.ts", "lint": "eslint src/**/*.ts", "build": "pkgroll", "prepublishOnly": "yarn build", "od": "yarn outdated" }, "peerDependencies": { "hono": "*", "universal-autorouter": "*" }, "devDependencies": { "@hono/node-server": "^1.13.7", "@types/bun": "^1.1.16", "@types/node": "^22.10.6", "@yarnpkg/sdks": "^3.2.0", "eslint": "^9.18.0", "eslint-plugin-unicorn": "^56.0.1", "hono": "^4.6.16", "pkgroll": "^2.6.1", "tsx": "^4.19.2", "typescript": "^5.7.3", "typescript-eslint": "^8.20.0", "universal-autorouter": "^0.2.6", "vite": "^6.0.7" }, "engines": { "node": ">=22" }, "keywords": [ "autoload", "cross-platform", "directory", "fast", "filesystem", "http", "http-server", "lightweight", "microws", "middleware", "plugin", "router", "proxy-protocol" ], "packageManager": "yarn@4.6.0" }