{
  "name": "all-node-versions",
  "version": "8.0.0",
  "main": "build/src/main.js",
  "files": [
    "build/src",
    "examples",
    "!*~"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "husky": {
    "hooks": {
      "pre-push": "gulp -LL check --full"
    }
  },
  "description": "List all available Node.js versions",
  "keywords": [
    "nodejs",
    "node",
    "nvm",
    "npx",
    "versions",
    "versioning",
    "exec",
    "shell",
    "terminal",
    "command-line",
    "cli",
    "dependency-management",
    "es6",
    "javascript",
    "library",
    "npmjs",
    "operating-system",
    "package-manager",
    "server",
    "bash"
  ],
  "license": "Apache-2.0",
  "homepage": "https://git.io/fjQj8",
  "repository": "ehmicky/all-node-versions",
  "bugs": {
    "url": "https://github.com/ehmicky/all-node-versions/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "fetch-node-website": "^5.0.3",
    "filter-obj": "^2.0.1",
    "get-stream": "^5.1.0",
    "global-cache-dir": "^2.0.0",
    "jest-validate": "^25.3.0",
    "path-exists": "^4.0.0",
    "semver": "^7.3.2",
    "write-file-atomic": "^3.0.3"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^0.31.35",
    "ava": "^3.6.0",
    "gulp": "^4.0.2",
    "husky": "^4.2.5",
    "is-plain-obj": "^2.1.0",
    "test-each": "^2.0.0"
  },
  "engines": {
    "node": ">=10.17.0"
  }
}
