tunnckoCore/dush-options

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dush-options",
  "version": "1.0.1",
  "description": "Adds `.option`, `.enable` and `.disable` methods to your `dush` application",
  "repository": "tunnckoCore/dush-options",
  "author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard index.js test.js --fix --verbose",
    "test": "npm-run-all -s lint 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": {
    "get-value": "^2.0.6",
    "isobject": "^3.0.0",
    "mixin-deep": "^1.2.0",
    "set-value": "^0.4.3"
  },
  "devDependencies": {
    "commitizen": "~2.7.0",
    "cz-conventional-changelog": "1.1.5",
    "dush": "^3.0.2",
    "dush-methods": "^1.0.1",
    "minibase-is-registered": "^1.1.4",
    "mukla": "^0.4.9",
    "npm-run-all": "~3.1.2",
    "nyc": "^11.0.0",
    "pre-commit": "^1.2.2",
    "standard": "^9.0.0",
    "standard-version": "^4.0.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "base",
    "baseplugin",
    "cache",
    "disable",
    "dush",
    "dushplugin",
    "enable",
    "minibase",
    "minibaseplugin",
    "option",
    "option-cache",
    "options"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "nyc": {
    "check-coverage": true,
    "statements": 100,
    "functions": 100,
    "branches": 100,
    "lines": 100
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "dush",
        "minibase",
        "base",
        "minibase-is-registered",
        "minibase-create-plugin",
        "dush-promise",
        "dush-no-chaining",
        "dush-router",
        "dush-tap-report",
        "base-options",
        "base-plugins"
      ],
      "highlight": "dush"
    },
    "reflinks": [
      "base",
      "charlike",
      "commitizen",
      "dush",
      "get-value",
      "merge-deep",
      "minibase",
      "set-value",
      "standard-version",
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}