{
  "name": "pldin601-config-differ",
  "version": "0.0.1",
  "description": "",
  "main": "dist/bin/conf-compare.js",
  "scripts": {
    "conf-compare": "npm run babel-node -- src/bin/conf-compare.js",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "babel-node": "babel-node",
    "test": "jest",
    "flow": "flow",
    "flow-typed": "flow-typed",
    "gulp": "gulp",
    "eslint": "eslint",
    "prepublish": "npm run build"
  },
  "bin": {
    "conf-compare": "dist/bin/conf-compare.js"
  },
  "author": "Roman Lakhtadyr",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hexlet-boilerplates/javascript-package/issues"
  },
  "homepage": "https://github.com/hexlet-boilerplates/javascript-package#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "gulp": "*",
    "ini": "^1.3.4",
    "yamljs": "^0.2.8"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-eslint": "*",
    "babel-plugin-syntax-flow": "*",
    "babel-plugin-transform-flow-strip-types": "*",
    "babel-plugin-transform-runtime": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "*",
    "eslint-config-airbnb": "*",
    "eslint-plugin-flowtype": "*",
    "eslint-plugin-import": "^1.8.0",
    "flow-bin": "^0.34",
    "flow-typed": "*",
    "jest": "*"
  }
}
