Badasper/project-lvl3-s382

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexlet-level3-ya",
  "version": "0.3.2",
  "description": "Yakovlev Alexander, hexlet course level 3. CLI Page loader.",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "eslint": "eslint --format codeframe",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Badasper/project-lvl3-s382"
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "testPathIgnorePatterns": [
      "/__fixtures__/"
    ]
  },
  "homepage": "https://github.com/Badasper/project-lvl3-s382/issues",
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/node": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-flow": "^7.0.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "eslint-plugin-jest": "*",
    "jest": "*",
    "jest-cli": "*",
    "nock": "*"
  },
  "dependencies": {
    "commander": "*",
    "axios": "*",
    "lodash": "*",
    "cheerio": "*",
    "debug": "*",
    "listr": "*"
  }
}