NMVikings/project-lvl2-s329

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nmvikings_gendiff",
  "version": "7.0.3",
  "description": "Compares two configuration files and shows a difference.",
  "keywords": [
    "hexlet",
    "gendiff"
  ],
  "bin": {
    "gendiff": "dist/bin/genDiff.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublishOnly": "rm -rf dist && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NMVikings/project-lvl2-s329.git"
  },
  "author": "nmvikings",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/NMVikings/project-lvl2-s329/issues"
  },
  "homepage": "https://github.com/NMVikings/project-lvl2-s329#readme",
  "dependencies": {
    "commander": "^2.18.0",
    "indent-string": "^3.2.0",
    "ini": "^1.3.5",
    "is-number": "^7.0.0",
    "js-yaml": "^3.12.0",
    "lodash": "^4.17.11",
    "readline-sync": "^1.4.9"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^5.4.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-babel": "^5.2.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^21.22.0",
    "jest": "^23.6.0"
  },
  "main": "index.js"
}