{
  "name": "node-site-downloader",
  "version": "1.3.0",
  "description": "An easy to use CLI for downloading websites for offline usage",
  "main": "index.js",
  "scripts": {
    "test-docker": "docker build -t $(./get_image_name.sh) .",
    "test-js": "npx jest",
    "test": "npm run test-js && npm run test-docker",
    "format": "prettier **/*.{js,mjs} --write",
    "version-bump": "npm test && npx bump --commit --tag --push"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gnir-work/node-site-downloader.git"
  },
  "keywords": [
    "nodejs",
    "node",
    "site",
    "website",
    "downloader",
    "download",
    "offline",
    "crawler",
    "node-website-scraper"
  ],
  "author": {
    "name": "Nir Geller",
    "email": "gnir.work@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gnir-work/node-site-downloader/issues"
  },
  "homepage": "https://github.com/gnir-work/node-site-downloader#readme",
  "dependencies": {
    "lodash": "^4.17.13",
    "website-scraper": "^4.0.1",
    "yargs": "^13.2.4"
  },
  "devDependencies": {
    "@types/jest": "^24.0.15",
    "@types/website-scraper": "^1.2.4",
    "jest": "^24.8.0",
    "prettier": "^1.18.2",
    "version-bump-prompt": "^5.0.4"
  },
  "bin": {
    "node-site-downloader": "./index.js"
  },
  "publishConfig": {
    "access": "public"
  }
}
