-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "working-plusplus",
"version": "0.0.5",
"description": "PHP México PlusPlus bot",
"main": "index.js",
"repository": "https://github.com/phpmx/plus",
"author": "PHP México",
"license": "MIT",
"scripts": {
"lint": "eslint ."
},
"engines": {
"node": "12.16"
},
"keywords": [
"slack",
"bot",
"karma"
],
"dependencies": {
"@slack/client": "^4.3.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"handlebars": "^4.7.7",
"lodash.camelcase": "^4.3.0",
"mime": "^2.3.1",
"pg": "^7.4.3"
},
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "^5.3.0",
"eslint-config-tdmalone": "^0.1.3",
"eslint-plugin-dollar-sign": "^1.0.1",
"eslint-plugin-jest": "^21.23.0",
"jest": "^26.1.0",
"jest-chain": "^1.1.5",
"jest-extended": "^0.11.5",
"object-assign-deep": "^0.4.0"
}
}