{
  "name": "gen-diff",
  "version": "0.3.4",
  "description": "utility for searching differences between config files",
  "bin": {
  	"gen-diff": "dist/bin/gen-diff.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rende11/gen-diff.git"
  },
  "keywords": [
    "hexlet",
    "js-backend",
    "json",
    "yaml",
    "ini",
    "config"
  ],
  "scripts": {
    "babel-node": "babel-node",
    "flow": "flow",
    "flow-typed": "flow-typed",
    "eslint": "eslint",
    "build": "NODE_ENV=production babel src --out-dir dist",
    "prepublish": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "commander": "*",
    "lodash": "*",
    "js-yaml": "*",
    "ini": "*"
  },
  "devDependencies": {
  	"babel-cli": "*",
		"babel-core": "*",
		"babel-eslint": "*",
		"babel-plugin-syntax-flow": "*",
		"babel-plugin-transform-flow-strip-types": "*",
		"babel-preset-env": "*",
		"babel-preset-stage-0": "*",
		"eslint": "*",
		"eslint-config-airbnb": "*",
		"eslint-plugin-flowtype": "*",
		"eslint-plugin-import": "*",
		"flow-bin": "*",
		"flow-typed": "*",
		"jest": "*"
  },
  "author": "Nikolay Artamonov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Rende11/gen-diff/issues"
  },
  "homepage": "https://github.com/Rende11/gen-diff#readme"
}
