Chilim/project-lvl2-s133

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "chilim-gendiff",
  "version": "1.6.5",
  "description": "data comparing utility",
  "main": "index.js",
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Chilim/project-lvl2-s133"
  },
  "keywords": [
    "cli",
    "node.js",
    "hexlet"
  ],
  "author": "Davud Kakhrimanov",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-flow": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.0.0",
    "eslint": "^5.12.1",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jest": "^22.1.3",
    "jest": "^24.0.0",
    "jest-cli": "^24.0.0"
  },
  "dependencies": {
    "commander": "^2.20.0",
    "ini": "^1.3.4",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.11"
  }
}