forked from wongnai/kube-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 801 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
29
30
31
{
"name": "kube-slack",
"version": "4.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
"prettier": "prettier \"src/**/*.js\" \"src/**/*.ts\" --write",
"build": "npm run tslint && tsc",
"tslint": "tslint -c tslint.json -p tsconfig.json"
},
"dependencies": {
"config": "^3.0.1",
"js-yaml": "^3.12.1",
"kubernetes-client": "^6.8.3",
"lodash": "^4.17.11",
"node-slack": "0.0.7",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/config": "0.0.34",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.20",
"@types/node-slack": "0.0.30",
"@types/winston": "^2.4.4",
"prettier": "^1.14.2",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.4"
}
}