{
  "name": "tcmerge",
  "version": "4.2.0",
  "description": "Command line tool, making it easier for developers to merge to master, when using the debitoor/teamcity-merge script",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/e-conomic/tcmerge.git"
  },
  "keywords": [
    "git",
    "merge",
    "master",
    "github",
    "teamcity"
  ],
  "bin": {
    "tcmerge": "./index.js",
    "prod": "./prod.sh",
    "commit": "./commit.sh"
  },
  "author": "Debitoor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/debitoor/debitoor/issues"
  },
  "homepage": "https://github.com/debitoor/tcmerge"
}
