{
  "name": "npm-check",
  "version": "6.0.1",
  "description": "Check for outdated, incorrect, and unused dependencies.",
  "main": "lib",
  "engines": {
    "node": ">=10.9.0"
  },
  "types": "./index.d.ts",
  "typings": "./index.d.ts",
  "scripts": {
    "lint": "xo ./lib/*.js",
    "test": "npm run lint && ./bin/cli.js || echo Exit Status: $?.",
    "transpile": "babel lib --out-dir lib-es5",
    "watch": "babel lib --out-dir lib-es5 --watch",
    "prepublish": "npm run transpile"
  },
  "xo": {
    "space": 4,
    "rules": {
      "no-warning-comments": [
        0
      ],
      "global-require": [
        0
      ]
    }
  },
  "bin": {
    "npm-check": "bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dylang/npm-check.git"
  },
  "keywords": [
    "npm",
    "outdated",
    "dependencies",
    "unused",
    "changelog",
    "check",
    "updates",
    "api",
    "interactive",
    "cli",
    "safe",
    "updating",
    "updater",
    "installer",
    "devDependencies"
  ],
  "author": {
    "name": "Dylan Greene",
    "email": "dylang@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dylang/npm-check/issues"
  },
  "homepage": "https://github.com/dylang/npm-check",
  "files": [
    "bin",
    "lib",
    "lib-es5"
  ],
  "dependencies": {
    "callsite-record": "^4.1.3",
    "chalk": "^4.1.0",
    "co": "^4.6.0",
    "depcheck": "^1.3.1",
    "execa": "^5.0.0",
    "giturl": "^1.0.0",
    "global-modules": "^2.0.0",
    "globby": "^11.0.2",
    "inquirer": "^7.3.3",
    "is-ci": "^2.0.0",
    "lodash": "^4.17.20",
    "meow": "^9.0.0",
    "minimatch": "^3.0.2",
    "node-emoji": "^1.10.0",
    "ora": "^5.3.0",
    "package-json": "^6.5.0",
    "path-exists": "^4.0.0",
    "pkg-dir": "^5.0.0",
    "preferred-pm": "^3.0.3",
    "rc-config-loader": "^4.0.0",
    "semver": "^7.3.4",
    "semver-diff": "^3.1.1",
    "strip-ansi": "^6.0.0",
    "text-table": "^0.2.0",
    "throat": "^6.0.1",
    "update-notifier": "^5.1.0",
    "xtend": "^4.0.2"
  },
  "devDependencies": {
    "babel-runtime": "^6.6.1",
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "xo": "^0.37.1"
  }
}
