{
  "name": "@ioffice/tc-builder",
  "version": "3.2.0",
  "description": "iOFFICE TeamCity Builder",
  "author": "iOffice",
  "license": "UNLICENSED",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iOffice/tc-builder.git"
  },
  "engines" : {
    "node": ">=8.0.0"
  },
  "main": "index.js",
  "typings": "index.d.ts",
  "bin": {
    "tc-install": "./TCBuilderInstallCLI.js",
    "tc-builder": "./TCBuilderCLI.js"
  },
  "scripts": {
    "test": "make test"
  },
  "devDependencies": {
    "@ioffice/tslint-config-ioffice": "0.6.1",
    "@types/chai": "4.1.7",
    "@types/inquirer": "0.0.44",
    "@types/mocha": "5.2.6",
    "@types/progress": "2.0.3",
    "@types/request-promise": "4.1.42",
    "@types/semver": "5.5.0",
    "@types/sinon": "7.0.10",
    "chai": "4.2.0",
    "colors": "1.3.3",
    "inquirer": "6.2.2",
    "mocha": "6.0.2",
    "moment": "2.24.0",
    "progress": "2.0.3",
    "request": "2.88.0",
    "request-promise": "4.2.4",
    "request-promise-core": "1.1.2",
    "semver": "5.6.0",
    "sinon": "7.2.7",
    "tslint": "5.14.0",
    "tslint-eslint-rules": "5.4.0",
    "typedoc": "0.14.2",
    "typescript": "3.3.3333"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.com"
  }
}
