AlexRedisson18/page-loader

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "page-loader18",
  "version": "2.2.0",
  "description": "downloads the page data to the specified folder",
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexRedisson18/project-lvl3-s444.git"
  },
  "author": "AlexRedisson18",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/AlexRedisson18/project-lvl3-s444/issues"
  },
  "homepage": "https://github.com/AlexRedisson18/project-lvl3-s444#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-flow": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.0.0",
    "babel-polyfill": "^6.26.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-flowtype": "^3.2.1",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jest": "^22.3.0",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "flow-bin": "^0.91",
    "flow-typed": "^2.5.1",
    "gulp-babel": "^8.0.0",
    "jest": "^24.5.0",
    "jest-cli": "^24.5.0",
    "nock": "^10.0.6"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.3",
    "commander": "^2.19.0",
    "debug": "^4.1.1",
    "listr": "^0.14.3"
  }
}