{
  "name": "@probot/adapter-azure-functions",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.1.0",
  "description": "Adapter to run a Probot application function in Azure Functions",
  "main": "index.js",
  "scripts": {
    "test": "jest --coverage",
    "lint": "prettier --check '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'",
    "lint:fix": "prettier --write '*.{js,md,json}' 'test/**/*.{js,json}' '.github/**/*.yml'"
  },
  "keywords": [
    "probot",
    "probot-adapter",
    "azure"
  ],
  "author": "Gregor Martynus (https://github.com/gr2m)",
  "license": "ISC",
  "repository": "github:probot/adapter-azure-functions",
  "types": "index.d.ts",
  "devDependencies": {
    "@azure/functions": "^3.2.0",
    "@types/jest": "^29.0.0",
    "jest": "^29.0.2",
    "nock": "^13.2.9",
    "prettier": "^2.7.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "probot": "^12.2.7"
  },
  "release": {
    "branches": [
      "main"
    ]
  }
}
