{
  "name": "depstatus",
  "version": "1.1.1",
  "description": "Simple, synchronous way to get a status check on installed dependencies",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint . --fix",
    "test": "npm run lint && tape test/*-test.js | tap-spec"
  },
  "keywords": [
    "npm",
    "node modules",
    "dependencies",
    "semver"
  ],
  "author": "Ryan Block <hello@ryanblock.com>",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryanblock/depstatus.git"
  },
  "bugs": {
    "url": "https://github.com/ryanblock/depstatus/issues"
  },
  "homepage": "https://github.com/ryanblock/depstatus#readme",
  "dependencies": {
    "semver": "^7.3.2"
  },
  "devDependencies": {
    "@ryanblock/eslint-config": "^1.0.0",
    "cpr": "^3.0.1",
    "eslint": "^7.9.0",
    "rimraf": "^3.0.2",
    "tap-spec": "^5.0.0",
    "tape": "^5.0.1"
  },
  "eslintConfig": {
    "extends": "@ryanblock/eslint-config"
  }
}
