hono-router
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "hono-router", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "hotloading Typescript to generate file-based routing config for Hono", | ||
"main": "index.js", | ||
"author": "Stu Kennedy", | ||
"license": "ISC", | ||
"keywords": [ | ||
"hono", | ||
"router", | ||
"generator" | ||
], | ||
"main": "index.js", | ||
"bin": { | ||
"hono-router": "./index.js" | ||
}, | ||
"devDependencies": { | ||
@@ -9,0 +17,0 @@ "hono": "^4.5.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9378