-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "semantic-release-teams-notify-plugin",
"version": "1.0.0",
"description": "Notify success release via teams channel notifications",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"type": "module",
"repository": "github:centralnicgroup-opensource/rtldev-middleware-semantic-release-notify-plugin.git",
"keywords": [],
"maintainers": [
{
"name": "Kai Schwarz",
"email": "[email protected]"
},
{
"name": "Asif Nawaz",
"email": "[email protected]"
}
],
"license": "LICENSE",
"devDependencies": {
"@semantic-release/changelog": "github:semantic-release/changelog",
"@semantic-release/git": "github:semantic-release/git",
"mocha": "^10.4.0",
"nock": "^13.5.4",
"prettier": "^3.2.5",
"semantic-release": "^24.0.0",
"semantic-release-teams-notify-plugin": "file:./index.js",
"sinon": "^17.0.1"
},
"dependencies": {
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"micromatch": "^4.0.8",
"node-fetch": "^3.3.2",
"rewire": "^7.0.0",
"ts-mockito": "^2.6.1"
}
}