{
  "name": "@hexonet/semantic-release-whmcs",
  "description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
  "version": "5.2.13",
  "private": false,
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "author": {
    "name": "Kai Schwarz",
    "email": "kschwarz@hexonet.net"
  },
  "license": "MIT",
  "engines": {
    "node": "^22.14.0 || >= 24.10.0"
  },
  "homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs#readme",
  "repository": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs",
  "bugs": "https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/issues",
  "maintainers": [
    {
      "name": "Kai Schwarz",
      "email": "kschwarz@hexonet.net"
    }
  ],
  "keywords": [
    "whmcs",
    "marketplace",
    "hexonet",
    "publish",
    "release",
    "semantic-release",
    "version"
  ],
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "require": [
      "dotenv/config"
    ],
    "nodeArguments": [
      "--no-warnings"
    ],
    "timeout": "5m"
  },
  "prettier": {
    "printWidth": 120,
    "trailingComma": "es5"
  },
  "c8": {
    "include": [
      "lib/**/*.js",
      "index.js",
      "cli.js"
    ],
    "reporter": [
      "json",
      "text",
      "html"
    ],
    "all": true
  },
  "main": "index.js",
  "scripts": {
    "test": "c8 ava --verbose",
    "lint": "prettier --check \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\"",
    "lint:fix": "prettier --write \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\""
  },
  "overrides": {
    "http-cache-semantics": "^4.1.1",
    "word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6",
    "glob-parent": "^5.1.2",
    "tar": "^7.5.7"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "ava": "6.4.1",
    "c8": "^10.1.3",
    "dotenv": "^16.6.1",
    "prettier": "^3.8.1",
    "semantic-release": "^25.0.3",
    "semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin",
    "stream-buffers": "^3.0.3"
  },
  "dependencies": {
    "@octokit/rest": "^22.0.1",
    "@semantic-release/error": "^4.0.0",
    "aggregate-error": "^5.0.0",
    "debug": "^4.4.3",
    "puppeteer": "^24.37.2",
    "yargs": "^18.0.0"
  }
}
