{
  "name": "@simple-release/github-action",
  "type": "module",
  "version": "3.3.0",
  "description": "A simple-release api for github action.",
  "author": {
    "name": "Dan Onoshko",
    "email": "danon0404@gmail.com",
    "url": "https://github.com/dangreen"
  },
  "license": "MIT",
  "homepage": "https://simple-release.js.org/js-api/github-action/",
  "funding": "https://ko-fi.com/dangreen",
  "repository": {
    "type": "git",
    "url": "https://github.com/TrigenSoftware/simple-release.git",
    "directory": "packages/github-action"
  },
  "bugs": {
    "url": "https://github.com/TrigenSoftware/simple-release/issues"
  },
  "keywords": [
    "simple-release",
    "github",
    "github-action",
    "release",
    "changelog"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@actions/core": "^3.0.1",
    "@actions/github": "^9.0.0",
    "@simple-release/config": "^3.2.5",
    "@simple-release/github": "^3.3.0",
    "@simple-release/core": "^3.3.0"
  }
}