{
  "name": "@alexlafroscia/yaml-merge",
  "version": "4.1.0",
  "description": "A super simple tool for merging YAML files",
  "main": "index.js",
  "bin": "bin/yaml-merge",
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "test": "mocha",
    "release": "standard-version",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "files": [
    "bin/yaml-merge",
    "index.js"
  ],
  "dependencies": {
    "glob": "^7.1.7",
    "js-yaml": "^4.0.0",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@movable/eslint-config": "^0.6.8",
    "@movable/eslint-config-node": "^0.4.3",
    "@movable/prettier-config": "^0.3.5",
    "chai": "^4.2.0",
    "common-tags": "^1.4.0",
    "husky": "^6.0.0",
    "lint-staged": "^10.4.1",
    "mocha": "^8.1.3",
    "pinst": "^2.1.4",
    "standard-version": "^9.0.0"
  },
  "lint-staged": {
    "*.js": "eslint --fix",
    "*.yml": "prettier --write"
  },
  "volta": {
    "node": "12.16.1",
    "yarn": "1.22.4"
  }
}
