-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 717 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 717 Bytes
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
{
"name": "github-code-review-notifier",
"version": "0.0.1",
"description": "",
"repository": {
"url": "https://github.com/EnixCoda/github-code-review-notifier",
"type": "git"
},
"main": "build/index.js",
"author": "EnixCoda",
"license": "ISC",
"dependencies": {
"@now/node": "^1.0.0",
"@sentry/node": "^5.7.1",
"@types/http-proxy": "^1.17.0",
"@types/uuid": "^3.4.5",
"firebase": "^8.4.2",
"http-proxy": "^1.17.0",
"slack": "^11.0.2",
"typescript": "^3.6.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"@sentry/cli": "^1.48.0"
},
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}