UNPKG

@hexonet/semantic-release-whmcs

Version:
93 lines (92 loc) 2.36 kB
{ "name": "@hexonet/semantic-release-whmcs", "description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace", "version": "5.0.69", "private": false, "type": "module", "publishConfig": { "access": "public" }, "author": { "name": "Kai Schwarz", "email": "kschwarz@hexonet.net" }, "license": "MIT", "engines": { "node": ">=20.6.1" }, "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" ], "nodeArguments": [ "--no-warnings" ], "timeout": "2m" }, "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" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.0.3", "@semantic-release/git": "^10.0.1", "ava": "6.3.0", "c8": "^10.0.0", "prettier": "^3.0.0", "semantic-release": "^24.0.0", "semantic-release-teams-notify-plugin": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin", "stream-buffers": "^3.0.2" }, "dependencies": { "@octokit/rest": "^21.1.1", "@semantic-release/error": "^4.0.0", "aggregate-error": "^5.0.0", "debug": "^4.3.4", "puppeteer": ">=23.4.0", "yargs": "^17.7.1" } }