semantic-release-ms-teams-proxy
Version:
A plugin for semantic-release which publish release notes in a Microsoft Teams channel
67 lines (66 loc) • 1.81 kB
JSON
{
"name": "semantic-release-ms-teams-proxy",
"version": "2.1.1",
"description": "A plugin for semantic-release which publish release notes in a Microsoft Teams channel",
"main": "index.js",
"scripts": {
"lint": "npm run lint:javascript",
"lint:javascript": "eslint . --ext js",
"release": "semantic-release",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vlad-ge/semantic-release-ms-teams.git"
},
"keywords": [
"semantic-release",
"plugin",
"ms-teams",
"release-notes",
"webhook"
],
"author": "Sylvain RAGOT <sylvain.ragot@hey.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vlad-ge/semantic-release-ms-teams/issues"
},
"homepage": "https://github.com/vlad-ge/semantic-release-ms-teams#readme",
"files": [
"index.js",
"lib/*.js",
"CHANGELOG.md",
"package.json",
"package-lock.json"
],
"engines": {
"node": ">=16",
"npm": ">=8",
"yarn": ">=2"
},
"dependencies": {
"mdast-util-to-markdown": "^1.3.0",
"node-fetch-commonjs": "^3.1.1",
"remark": "^14.0.2",
"https-proxy-agent": "^5.0.0",
"aggregate-error": "3.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.21.0",
"eslint-plugin-fetch": "^0.0.1",
"eslint-plugin-jest": "^26.7.0",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"semantic-release": "^19.0.3"
},
"peerDependencies": {
"semantic-release": "19"
}
}