123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name": "egg-router-plus",
- "version": "1.3.1",
- "description": "The missing router features for eggjs",
- "eggPlugin": {
- "name": "routerPlus"
- },
- "keywords": [
- "egg",
- "eggPlugin",
- "egg-plugin",
- "egg-router"
- ],
- "dependencies": {
- "is-type-of": "^1.2.0"
- },
- "devDependencies": {
- "@types/koa-router": "^7.0.38",
- "autod": "^3.0.0",
- "autod-egg": "^1.0.0",
- "egg": "^2.0.0",
- "egg-bin": "^4.3.0",
- "egg-ci": "^1.8.0",
- "egg-mock": "^3.13.0",
- "eslint": "^4.11.0",
- "eslint-config-egg": "^5.1.0",
- "webstorm-disable-index": "^1.2.0"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "scripts": {
- "test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
- "test-local": "egg-bin test",
- "cov": "egg-bin cov",
- "lint": "eslint .",
- "ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
- "pkgfiles": "egg-bin pkgfiles",
- "autod": "autod"
- },
- "files": [
- "app.js",
- "lib",
- "index.d.ts"
- ],
- "ci": {
- "version": "8, 9"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eggjs/egg-router-plus.git"
- },
- "bugs": {
- "url": "https://github.com/eggjs/egg-router-plus/issues"
- },
- "homepage": "https://github.com/eggjs/egg-router-plus-router-plus#readme",
- "author": "TZ <atian25@qq.com>",
- "license": "MIT",
- "types": "index.d.ts"
- }
|