tunnckoCore/koa-rest-router

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "koa-rest-router",
  "version": "1.0.1",
  "description": "Most powerful, flexible and composable router for building enterprise RESTful APIs easily!",
  "repository": "tunnckoCore/koa-rest-router",
  "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard --fix --verbose",
    "test": "npm-run-all -s test:*",
    "test:api": "nyc --reporter lcov node test.js",
    "test:report": "nyc report",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "git": "npm-run-all -s git:*",
    "git:add": "git add --all",
    "git:cz": "git-cz",
    "commit": "npm-run-all -s test git"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1",
    "inflection": "^1.12.0",
    "koa-better-router": "^2.1.1",
    "lazy-cache": "^2.0.2",
    "methods": "^1.1.2"
  },
  "devDependencies": {
    "commitizen": "^2.9.5",
    "coveralls": "^2.11.16",
    "cz-conventional-changelog": "^1.2.0",
    "koa": "^2.0.0-alpha.8",
    "mukla": "^0.4.8",
    "npm-run-all": "^4.0.1",
    "nyc": "^10.1.2",
    "pre-commit": "^1.2.2",
    "standard": "^8.6.0",
    "standard-version": "^4.0.0",
    "supertest": "^3.0.0"
  },
  "files": [
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "api",
    "apis",
    "compat",
    "compatibility",
    "compatible",
    "composability",
    "composable",
    "create",
    "easily",
    "easy",
    "enterprise",
    "express",
    "flexibility",
    "flexible",
    "framework",
    "js",
    "koa",
    "koajs",
    "light",
    "lightweight",
    "maintainable",
    "middleware",
    "modern",
    "mw",
    "old",
    "open",
    "plugin",
    "powerful",
    "prefix",
    "production",
    "ready",
    "resource",
    "resourceful",
    "rest",
    "restful",
    "router",
    "semantic",
    "semver",
    "stable"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 4
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "koa-better-ratelimit",
        "koa-better-body",
        "koa-better-serve",
        "koa-better-router",
        "koa-ip-filter",
        "koa-bel",
        "nanomatch"
      ]
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "koa",
      "koa-better-body",
      "koa-better-router",
      "koa-send",
      "path-match",
      "recipe",
      "short-meaningful-recipe-name",
      "charlike",
      "commitizen",
      "standard-version",
      "verb",
      "verb-generate-readme"
    ]
  },
  "engines": {
    "node": ">=4",
    "npm": ">=2"
  },
  "nyc": {
    "check-coverage": true,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "lines": 100
  }
}