-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 891 Bytes
/
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
{
"name": "rtldev-middleware-gulp-release-notification-plugin",
"version": "2.0.8",
"private": true,
"description": "Send message notification on Microsoft Teams Channel on every release",
"main": "index.js",
"repository": "github:centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin.git",
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-gulp-release-notification-plugin",
"author": "Middleware Dept, Team Internet Group PLC",
"license": "LICENSE",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "gulp publish"
},
"overrides": {
"chai": "^5.0.0",
"glob-parent": "^5.1.2"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"gulp": "^5.0.0",
"semantic-release": "^24.2.1"
}
}