guyellis/packcomp

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "author": "Guy Ellis <wildfiction@gmail.com>",
  "bin": {
    "packcomp": "./bin/packcomp.js"
  },
  "bugs": {
    "url": "https://github.com/guyellis/packcomp/issues"
  },
  "dependencies": {
    "console.table": "0.10.0",
    "debug": "4.3.1",
    "lodash": "4.17.21",
    "minimist": "1.2.6",
    "node-fetch": "2.6.7"
  },
  "description": "Compare Dependencies in two or more package.json files",
  "devDependencies": {
    "eslint": "6.7.2",
    "eslint-config-airbnb-base": "14.0.0",
    "eslint-plugin-import": "2.18.2",
    "eslint-plugin-jest": "23.1.1",
    "jest": "29.3.1",
    "pre-commit": "1.2.2"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "homepage": "https://github.com/guyellis/packcomp#readme",
  "keywords": [
    "package.json",
    "difference",
    "comparison",
    "diff"
  ],
  "license": "MIT",
  "main": "./bin/packcomp.js",
  "name": "packcomp",
  "pre-commit": {
    "colors": true,
    "run": [
      "test"
    ],
    "silent": false
  },
  "public": true,
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guyellis/packcomp.git"
  },
  "scripts": {
    "coverage": "jest --coverage",
    "lint": "eslint --ext .js . --max-warnings 0",
    "lintfix": "eslint --ext .js . --fix",
    "test": "npm run lint && npm run coverage"
  },
  "version": "1.3.1"
}