aenglisc/project-lvl2-s117

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-by-roman",
  "version": "1.3.1",
  "description": "Compares two config files and shows the difference between them",
  "main": "dist/index.js",
  "bin": {
    "gendiff-by-roman": "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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aenglisc/project-lvl2-s117.git"
  },
  "keywords": [
    "hexlet"
  ],
  "author": "Roman Pushkov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/aenglisc/project-lvl2-s117/issues"
  },
  "homepage": "https://github.com/aenglisc/project-lvl2-s117#readme",
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "eslint": "^4.18.2",
    "eslint-config-airbnb-base": "^11.2.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "*",
    "babel-cli": "^6.24.1",
    "babel-core": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "jest": "^20"
  },
  "dependencies": {
    "commander": "^2.11.0",
    "ini": "^1.3.4",
    "js-yaml": "^3.9.1",
    "lodash": "^4.17.4"
  }
}