ArsenyKonkolovich/backend-project-lvl3

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@hexlet/code",
  "version": "1.0.0",
  "type": "module",
  "description": "[![Actions Status](https://github.com/ArsenyKonkolovich/backend-project-lvl3/workflows/hexlet-check/badge.svg)](https://github.com/ArsenyKonkolovich/backend-project-lvl3/actions)",
  "main": "src/index.js",
  "bin": {
    "page-loader": "bin/pageLoader.js"
  },
  "scripts": {
    "test": "npx jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArsenyKonkolovich/backend-project-lvl3.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ArsenyKonkolovich/backend-project-lvl3/issues"
  },
  "homepage": "https://github.com/ArsenyKonkolovich/backend-project-lvl3#readme",
  "devDependencies": {
    "eslint": "^8.21.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "jest": "^28.1.3",
    "nock": "^13.2.9"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "axios-debug-log": "^0.8.4",
    "cheerio": "^1.0.0-rc.12",
    "commander": "^9.4.0",
    "debug": "^4.3.4",
    "listr": "^0.14.3",
    "prettier": "^2.7.1"
  }
}