PavelDeuce/backend-project-lvl3

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "2.0.1",
  "description": "Download the webpage by url",
  "keywords": [
    "hexlet",
    "page-loader",
    "nodejs"
  ],
  "main": "src/index.js",
  "bin": {
    "page-loader": "src/bin/page-loader.js"
  },
  "scripts": {
    "test": "npx jest --colors"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PavelDeuce/page-loader.git"
  },
  "author": "Pavel Deryugin (PavelDeuce)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/PavelDeuce/page-loader/issues"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "type": "module",
  "homepage": "https://github.com/PavelDeuce/page-loader#readme",
  "dependencies": {
    "axios": "^0.21.1",
    "axios-debug-log": "^0.8.2",
    "cheerio": "^1.0.0-rc.10",
    "commander": "^7.2.0",
    "debug": "^4.3.1",
    "listr": "^0.14.3",
    "lodash": "^4.17.20",
    "os": "^0.1.1"
  },
  "devDependencies": {
    "@jest/globals": "^26.6.2",
    "eslint": "^7.19.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-prettier": "^3.3.1",
    "jest": "^26.6.3",
    "jest-environment-node": "^26.6.2",
    "jest-cli": "^26.6.3",
    "nock": "^13.0.11",
    "prettier": "^2.2.1"
  }
}