Nalanpa/project-lvl3-s91

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nalanpa-third-project",
  "version": "0.5.1",
  "description": "Page Loader -- Third learning project on Hexlet",
  "main": "dist/index.js",
  "bin": {
    "page-loader": "dist/bin/page-loader.js"
  },
  "scripts": {
    "test": "DEBUG=\"page-loader:*\" jest",
    "test-watch": "DEBUG=\"page-loader:*\" jest --watch",
    "babel-node": "babel-node",
    "flow": "flow",
    "flow-typed": "flow-typed",
    "gulp": "gulp",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__fixtures__/"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Nalanpa/project-lvl3-s91.git"
  },
  "author": "Alan Nosenkis <nalanpa@yandex.ru>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Nalanpa/project-lvl3-s91/issues"
  },
  "homepage": "https://github.com/Nalanpa/project-lvl3-s91#readme",
  "dependencies": {
    "axios": "^0.16.1",
    "cheerio": "^0.22.0",
    "commander": "^2.9.0",
    "debug": "^2.6.6",
    "gulp": "*",
    "ini": "^1.3.4",
    "js-yaml": "^3.8.3",
    "listr": "^0.12.0",
    "lodash": "^4.17.4",
    "mz": "^2.6.0",
    "nock": "^9.0.13"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-plugin-transform-runtime": "*",
    "babel-preset-env": "*",
    "babel-preset-flow": "*",
    "babel-preset-stage-0": "*",
    "debug": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-flowtype": "*",
    "eslint-plugin-import": "*",
    "flow-bin": "^0.37",
    "flow-typed": "*",
    "jest": "^18"
  }
}