tunnckoCore/npm-add-engines

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "npm-add-engines",
  "version": "2.0.1",
  "description": "Add engines field to your package.json file in current working directory or user-defined directory",
  "repository": "tunnckoCore/npm-add-engines",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
  "precommit.silent": true,
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "lint": "standard --verbose",
    "pretest": "npm run lint",
    "test": "npm run coverage",
    "posttest": "npm run lint:coverage",
    "coverage": "nyc node test.js",
    "lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
    "report-coverage": "nyc report --reporter=text-lcov | coveralls",
    "prerelease": "npm test",
    "release": "standard-version --sign --no-verify",
    "precommit": "git add --all",
    "commit": "git-cz"
  },
  "dependencies": {
    "lazy-cache": "^2.0.2",
    "load-pkg": "^3.0.1",
    "minimist": "^1.2.0"
  },
  "devDependencies": {
    "commitizen": "^2.8.6",
    "coveralls": "^2.11.15",
    "cz-conventional-changelog": "^1.2.0",
    "mukla": "^0.4.8",
    "nyc": "^10.0.0",
    "pre-commit": "^1.2.0",
    "standard": "^8.6.0",
    "standard-version": "^4.0.0"
  },
  "bin": {
    "npm-add-engines-field": "./cli.js",
    "npm-add-engines": "./cli.js",
    "naef": "./cli.js",
    "nae": "./cli.js"
  },
  "files": [
    "cli.js",
    "index.js",
    "utils.js"
  ],
  "keywords": [
    "add",
    "addengines",
    "cli",
    "cwd",
    "dir",
    "engines",
    "field",
    "load",
    "loadpkg",
    "npm",
    "package",
    "pkg",
    "util",
    "utility",
    "utils"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "verb": {
    "run": true,
    "toc": {
      "render": true,
      "method": "preWrite",
      "maxdepth": 3,
      "footer": ""
    },
    "layout": "empty",
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "npm-pkgs",
        "function-arguments",
        "is-async-function",
        "gruu",
        "minibase",
        "create-readdir-stream"
      ],
      "highlight": "github-clone-labels"
    },
    "lint": {
      "reflinks": true
    },
    "reflinks": [
      "base",
      "common-callback-names",
      "load-pkg",
      "use",
      "vinyl",
      "always-done",
      "charlike",
      "commitizen",
      "standard-version",
      "verb",
      "verb-generate-readme"
    ]
  }
}