{
  "name": "simple-github-release",
  "type": "module",
  "version": "2.4.0",
  "description": "A simple tool to create GitHub releases.",
  "author": {
    "name": "Dan Onoshko",
    "email": "danon0404@gmail.com",
    "url": "https://github.com/dangreen"
  },
  "license": "MIT",
  "homepage": "https://github.com/TrigenSoftware/simple-release/tree/main/packages/simple-github-release#readme",
  "funding": "https://ko-fi.com/dangreen",
  "repository": {
    "type": "git",
    "url": "https://github.com/TrigenSoftware/simple-release.git",
    "directory": "packages/simple-github-release"
  },
  "bugs": {
    "url": "https://github.com/TrigenSoftware/simple-release/issues"
  },
  "keywords": [
    "github",
    "release"
  ],
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "simple-github-release": "./dist/cli/index.js"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@octokit/rest": "^22.0.0",
    "@simple-libs/child-process-utils": "^1.0.0",
    "@simple-libs/hosted-git-info": "^1.0.0",
    "argue-cli": "^2.1.0",
    "lilconfig": "^3.0.0",
    "new-github-release-url": "^2.0.0",
    "open": "^10.0.0",
    "picocolors": "^1.0.0"
  }
}