{
  "name": "metamerge",
  "version": "3.0.0-beta-07",
  "description": "A merge tool for Salesforce.com profile metadata",
  "author": "Brendan Conniff <bc@trifecta.com>",
  "dependencies": {
    "bluebird": "^3.4.1",
    "chalk": "1.1.1",
    "execa": "^0.10.0",
    "mkdirp": "^0.5.1",
    "sax": "^1.2.4",
    "saxpath": "^0.6.5",
    "xml2object": "^0.1.2",
    "xmldom": "0.2.1",
    "xpath": "0.0.27"
  },
  "scripts": {
    "generate-sources": "node_modules/.bin/gulp",
    "prepare": "npm run generate-sources",
    "prepublishOnly": "npm run lint && npm run test",
    "lint": "node_modules/.bin/eslint .",
    "test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha --include-all-sources true -- --recursive"
  },
  "bin": {
    "metamerge": "cli.js",
    "profql": "profql.js",
    "git-metadiff": "git-metadiff.js"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "eslint": "^5.16.0",
    "gulp": "^4.0.2",
    "gulp-cli": "^2.2.0",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "pegjs": "^0.10.0",
    "proxyquire": "^2.0.1"
  }
}
