{
  "name": "@probot/adapter-github-actions",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "version": "5.0.1",
  "description": "Adapter to run a Probot application function in GitHub Actions",
  "main": "index.js",
  "scripts": {
    "test": "vitest",
    "lint": "prettier --check '*.{js,md,json}' '.github/**/*.yml'",
    "lint:fix": "prettier --write '*.{js,md,json}' '.github/**/*.yml'"
  },
  "keywords": [
    "probot",
    "probot-adapter",
    "github-actions"
  ],
  "author": "Steve Winton <stevewinton@gmail.com> (https://github.com/swinton)",
  "contributors": [
    "Gregor Martynus (https://github.com/gr2m)"
  ],
  "license": "ISC",
  "repository": "github:probot/adapter-github-actions",
  "devDependencies": {
    "nock": "^14.0.0-beta.5",
    "prettier": "^3.2.5",
    "vitest": "^3.0.0"
  },
  "dependencies": {
    "@actions/core": "^1.10.1",
    "pino": "^10.0.0",
    "probot": "^14.0.2",
    "through2": "^4.0.2"
  },
  "type": "module"
}
