{
  "name": "@codefresh-io/pipeline-autobot",
  "version": "1.7.3",
  "description": "Generate yaml depend on repo context",
  "main": "index.js",
  "scripts": {
    "start": "node .",
    "start:debug": "node --inspect .",
    "dev": "nodemon .",
    "dev:debug": "nodemon --inspect .",
    "test": "jest --coverage --runInBand",
    "test:debug": "node --inspect node_modules/.bin/jest --runInBand",
    "eslint": "eslint server/**",
    "ci-publish": "ci-publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codefresh-io/pipeline-autobot.git"
  },
  "bugs": {
    "url": "https://github.com/codefresh-io/pipeline-autobot/issues"
  },
  "homepage": "https://github.com/codefresh-io/pipeline-autobot",
  "author": "Pasha Kostohrys <pavel@codefresh.io>",
  "license": "UNLICENSED",
  "dependencies": {
    "bluebird": "^3.5.3",
    "express": "^4.17.3",
    "handlebars": "^4.7.7",
    "js-yaml": "^3.13.1",
    "json-rules-engine": "^2.3.3",
    "json-to-pretty-yaml": "^1.2.2",
    "lodash": "^4.17.21",
    "recursive-readdir": "^2.2.3",
    "request": "^2.88.0",
    "request-promise": "^4.2.4",
    "requestretry": "^7.0.2",
    "winston": "^3.2.1",
    "yamljs": "^0.3.0",
    "uniqid": "^5.0.3"
  },
  "devDependencies": {
    "jest": "^24.8.0",
    "eslint": "^4.18.2",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jest": "^21.12.3",
    "eslint-plugin-mocha": "^4.12.1"
  },
  "jest": {
    "verbose": false,
    "testURL": "http://localhost/"
  }
}
