@eggjs/router
Advanced tools
+15
-11
| { | ||
| "name": "@eggjs/router", | ||
| "version": "4.0.2-beta.17", | ||
| "version": "4.0.2-beta.19", | ||
| "description": "Router middleware for egg/koa. Provides RESTful resource routing.", | ||
@@ -34,4 +34,12 @@ "keywords": [ | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit", | ||
| "bench": "cd bench && make" | ||
| }, | ||
| "dependencies": { | ||
@@ -48,2 +56,5 @@ "http-errors": "^2.0.0", | ||
| "devDependencies": { | ||
| "@eggjs/koa": "3.1.2-beta.19", | ||
| "@eggjs/supertest": "9.0.2-beta.19", | ||
| "@eggjs/tsconfig": "3.1.2-beta.19", | ||
| "@types/http-errors": "^2.0.4", | ||
@@ -53,14 +64,7 @@ "@types/koa-compose": "^3.2.8", | ||
| "@types/urijs": "^1.19.25", | ||
| "typescript": "^5.9.3", | ||
| "@eggjs/koa": "3.1.2-beta.17", | ||
| "@eggjs/supertest": "9.0.2-beta.17", | ||
| "@eggjs/tsconfig": "3.1.2-beta.17" | ||
| "typescript": "^5.9.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit", | ||
| "bench": "cd bench && make" | ||
| } | ||
| } | ||
| } |
82161
0.12%