{
  "name": "fetch-node-website",
  "version": "5.0.3",
  "main": "build/src/main.js",
  "files": [
    "build/src",
    "examples",
    "!~"
  ],
  "scripts": {
    "test": "gulp test"
  },
  "husky": {
    "hooks": {
      "pre-push": "gulp -LL check --full"
    }
  },
  "description": "Fetch releases on nodejs.org",
  "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/fj7lP",
  "repository": "ehmicky/fetch-node-website",
  "bugs": {
    "url": "https://github.com/ehmicky/fetch-node-website/issues"
  },
  "author": "ehmicky <ehmicky@gmail.com> (https://github.com/ehmicky)",
  "directories": {
    "lib": "src",
    "test": "test"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "cli-progress": "^3.7.0",
    "figures": "^3.2.0",
    "filter-obj": "^2.0.1",
    "got": "^10.7.0",
    "jest-validate": "^25.3.0"
  },
  "devDependencies": {
    "@ehmicky/dev-tasks": "^0.31.35",
    "ava": "^3.6.0",
    "get-stream": "^5.1.0",
    "gulp": "^4.0.2",
    "husky": "^4.2.5",
    "sinon": "^9.0.1",
    "test-each": "^2.0.0"
  },
  "engines": {
    "node": ">=10.17.0"
  }
}
