{
  "name": "page-loader-async",
  "version": "0.0.4",
  "description": "Utility for download of files from the web.",
  "main": "dist/index.js",
  "bin": {
    "page-loader-async": "dist/bin/page-loader.js"
  },
  "scripts": {
    "babel-node": "babel-node",
    "start": "babel-node -- src/bin/page-loader.js",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "lint": "eslint src/ __tests__/",
    "lint-fix": "eslint --fix src/ __tests__/",
    "lint-staged": "lint-staged",
    "release": "standard-version",
    "prepublish": "npm run build",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "jest": {
    "testEnvironment": "node",
    "snapshotSerializers": [
      "jest-serializer-html"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rabinzon/page-loader-async.git"
  },
  "keywords": [
    "js",
    "node",
    "nodejs",
    "hexlet",
    "cl",
    "difftool"
  ],
  "author": "Ildar Gilfanov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Rabinzon/page-loader-async/issues"
  },
  "homepage": "https://github.com/Rabinzon/page-loader-async#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.0",
    "babel-jest": "^21.2.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.7.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.4.2",
    "jest": "^21.2.1",
    "jest-cli": "^21.2.1",
    "jest-serializer-html": "^4.0.1",
    "lint-staged": "^4.2.3",
    "pre-commit": "^1.2.2",
    "rimraf": "^2.6.2",
    "standard-version": "^4.2.0"
  },
  "precommit.silent": true,
  "pre-commit": "lint-staged",
  "dependencies": {
    "axios": "^0.17.1",
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.11.0",
    "debug": "^3.1.0",
    "file-type": "^7.4.0",
    "is-svg": "^2.1.0",
    "listr": "^0.13.0",
    "mz": "^2.7.0",
    "nock": "^9.1.4"
  }
}
