Simp-lexx/project-lvl3-s444

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pgload-sl",
  "version": "0.5.8",
  "description": "Page Loader",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "npm run build"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist"
  ],
  "bin": {
    "pageloader": "dist/bin/pageloader.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Simp-lexx/project-lvl3-s444.git"
  },
  "author": "Simp-lexx",
  "license": "ISC",
  "keywords": [
    "page loader",
    "load page"
  ],
  "dependencies": {
    "axios": "^0.21.4",
    "cheerio": "^1.0.0-rc.3",
    "commander": "^2.20.0",
    "debug": "^4.1.1",
    "errno": "^0.1.7",
    "listr": "^0.14.3",
    "lodash": "^4.17.15",
    "npm": "^6.11.2",
    "process": "^0.11.10"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/node": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "babel-eslint": "^10.0.3",
    "babel-jest": "^24.9.0",
    "eslint": "^5.11.1",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.16.0",
    "eslint-plugin-lodash-fp": "^2.2.0-a1",
    "jest": "^24.9.0",
    "jest-cli": "^24.9.0",
    "nock": "^10.0.6"
  },
  "bugs": {
    "url": "https://github.com/Simp-lexx/project-lvl3-s444/issues"
  },
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "<rootDir>/.compiled/",
      "<rootDir>/node_modules/",
      "<rootDir>/.history/",
      "<rootDir>/dist/"
    ],
    "collectCoverage": true,
    "coverageReporters": [
      "lcov",
      "text-summary"
    ]
  },
  "homepage": "https://github.com/Simp-lexx/project-lvl3-s444#readme"
}