-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.37 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
43
44
45
46
47
48
49
50
{
"name": "@intuit/semantic-release-slack",
"description": "Post slack notifications to a webhook on success or failure of a semantic-release job",
"version": "1.0.11",
"engines": {
"node": ">=8"
},
"publishConfig": {
"access": "public"
},
"main": "index.js",
"license": "SEE LICENSE IN LICENSE.md",
"author": "David Aghassi",
"repository": {
"url": "[email protected]:intuit/semantic-release-slack.git"
},
"scripts": {
"lint": "yarn eslint *.js",
"test": "jest tests"
},
"dependencies": {
"@atomist/slack-messages": "1.1.1",
"@semantic-release/error": "2.2.0",
"aggregate-error": "3.0.1",
"debug": "4.1.1",
"node-emoji": "1.10.0",
"node-fetch": "2.6.13",
"read-pkg-up": "5.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "8.3.6",
"@semantic-release/git": "7.0.18",
"@semantic-release/github": "5.5.8",
"@semantic-release/npm": "5.3.5",
"commitlint": "8.3.6",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.35.0",
"husky": "3.1.0",
"jest": "24.9.0",
"lint-staged": "9.5.0",
"prettier": "1.17.1",
"semantic-release": "15.14.0"
}
}