greybutton/project-lvl3-s334

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "page-loader-greybutton",
  "version": "0.0.7",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "page-loader-greybutton": "dist/bin/page-loader-greybutton.js"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greybutton/project-lvl3-s334.git"
  },
  "author": "Sergej Tabb <greybutton@yandex.com> (https://greybutton.me)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/greybutton/project-lvl3-s334/issues"
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true
  },
  "homepage": "https://github.com/greybutton/project-lvl3-s334#readme",
  "dependencies": {
    "axios": "^0.18.0",
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.19.0",
    "debug": "^4.1.0",
    "errno": "^0.1.7",
    "listr": "^0.14.2",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.0",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^9.0.0",
    "babel-jest": "^23.6.0",
    "eslint": "^5.6.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.2.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "jest": "^23.6.0",
    "jest-cli": "^23.6.0",
    "nock": "^10.0.1"
  }
}