semantic-release-google-chat
Version:
A plugin for semantic-release which publish release notes in a Google Chat
74 lines (73 loc) • 1.94 kB
JSON
{
"name": "semantic-release-google-chat",
"version": "1.2.0",
"description": "A plugin for semantic-release which publish release notes in a Google Chat",
"main": "dist/index.js",
"contributors": [
{
"name": "Jonathan Tey",
"url": "https://github.com/jontey"
},
{
"name": "Andrew Sidhu",
"url": "https://github.com/SippieCup"
}
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"test": "exit 0",
"lint": "eslint . --ext js",
"release": "standard-version",
"semrel": "semantic-release",
"semrel:dryRun": "semantic-release --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jontey/semantic-release-google-chat.git"
},
"keywords": [
"semantic-release",
"plugin",
"google-chat",
"release-notes",
"webhook"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jontey/semantic-release-google-chat/issues"
},
"homepage": "https://github.com/jontey/semantic-release-google-chat#readme",
"files": [
"dist",
"README.md",
"LICENSE",
"package.json"
],
"dependencies": {
"axios": "^1.8.1",
"hast-util-to-html": "^9.0.5",
"marked": "^15.0.7",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-markdown": "^2.1.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"prettier": "^3.5.3",
"rollup": "^4.34.9",
"semantic-release": "^24.2.3",
"standard-version": "^9.5.0"
},
"peerDependencies": {
"semantic-release": ">=19.0.0 <25.0.0"
}
}