{
  "name": "@ammar-ahmed/automation-app-bot",
  "version": "1.3.0",
  "description": "Automation made easy and fun OH Yeah!",
  "author": "Ammar-Ahmed-Butt <ammar.butt@atlassiancommunity.com> (https://ammar-knowledge.github.io/automation-app-bot/)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ammar-knowledge/automation-app-bot.git"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development nodemon --exec 'npm start'",
    "start": "probot run ./index.js",
    "test": "cross-env NODE_ENV=test jest && standard",
    "test:unit": "cross-env LOG_LEVEL=warn NODE_ENV=test jest __tests__/unit/* && standard",
    "test:e2e": "cross-env LOG_LEVEL=warn NODE_ENV=test jest __tests__/e2e/* && standard",
    "test:scheduler": "cross-env LOG_LEVEL=warn NODE_ENV=test jest scheduler/test.js && standard",
    "test-watch": "cross-env NODE_ENV=test jest --watch",
    "test-coverage": "cross-env NODE_ENV=test standard && jest --collectCoverage && codecov",
    "lint": "standard --fix"
  },
  "dependencies": {
    "cache-manager": "^5.0.0",
    "cache-manager-ioredis": "^2.1.0",
    "colors": "^1.3.2",
    "express": "^4.18.2",
    "express-prometheus-middleware": "^1.2.0",
    "handlebars": "^4.7.6",
    "jira-client": "^8.2.2",
    "js-yaml": "^4.0.0",
    "lint": "^1.1.2",
    "lodash": "^4.17.20",
    "minimatch": "^9.0.0",
    "moment-timezone": "^0.5.31",
    "node": "^21.0.0",
    "node-fetch": "^3.0.0",
    "p-iteration": "^1.1.8",
    "probot": "^12.2.8",
    "prom-client": "^13.0.0",
    "redis": "^4.6.7"
  },
  "devDependencies": {
    "codecov": "^3.8.3",
    "cross-env": "^7.0.3",
    "jest": "^29.0.0",
    "nock": "13.3.7",
    "nodemon": "^3.0.0",
    "object-dot": "^1.7.0",
    "smee-client": "^1.2.3",
    "standard": "^17.0.0"
  },
  "engines": {
    "node": "21.1.0"
  },
  "standard": {
    "env": [
      "jest"
    ]
  },
  "jest": {
    "setupFiles": [
      "./__fixtures__/setup/jestSetUp.js"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverageFrom": [
      "lib/**/*.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/Ammar-Knowledge/automation-app-bot/issues"
  },
  "homepage": "https://github.com/Ammar-Knowledge/automation-app-bot#readme",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "lib": "lib"
  },
  "keywords": [
    "pr",
    "commit",
    "bot",
    "github-app",
    "coventional-commits",
    "commitlint"
  ]
}