{
  "name": "difcalculator",
  "version": "0.1.4",
  "description": "Hexlet difference calculator",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "eslint": "eslint",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kornienko199004/project-lvl2-s233.git"
  },
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "author": "kornienko199004",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kornienko199004/project-lvl2-s233/issues"
  },
  "homepage": "https://github.com/kornienko199004/project-lvl2-s233#readme",
  "dependencies": {
    "commander": "^2.15.1",
    "js-yaml": "^3.11.0",
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.17.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "jest": "^22.4.3"
  }
}
