forked from WISVCH/hubot-plusplus-improved
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
85 lines (85 loc) · 2.04 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "hubot-plusplus-expanded",
"version": "3.5.9",
"description": "A hubot script for micro praise",
"main": "index.js",
"engines": {
"node": "^18.x.x"
},
"config": {
"mongodbMemoryServer": {
"version": "5.1.0"
}
},
"scripts": {
"test": "jest",
"test:ci": "CI=true jest",
"test:watch": "npm run test -- --watch",
"lint": "eslint .",
"lint:watch": "esw . -w",
"lint:fix": "npm run lint -- --fix",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git://github.com/O-Mutt/hubot-plusplus-expanded.git"
},
"keywords": [
"hubot",
"points",
"plus",
"karma",
"micro-praise",
"bot",
"slack",
"github",
"campfire",
"micro",
"praise",
"++",
"plusplus"
],
"author": {
"name": "Matt O'Keefe",
"email": "hubot@okeefe.dev",
"url": "https://github.com/O-Mutt/hubot-plusplus-expanded"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/O-Mutt/hubot-plusplus-expanded/issues"
},
"dependencies": {
"@slack/client": "^5.0.2",
"@slack/web-api": "^7.0.2",
"@snyk/protect": "^1.1127.0",
"axios": "^1.4.0",
"clark": "^0.0.6",
"cron": "^3.1.6",
"date-fns": "^3.2.0",
"hubot-conversation": "^1.1.1",
"jsdoc-api": "^8.0.0",
"lodash": "^4.17.21",
"mongodb": "^5.1.0",
"token-buddy": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-watch": "^8.0.0",
"hubot-test-helper": "github:synyx/hubot-test-helper#update-hubot-10",
"jest": "^29.7.0",
"mock-env": "^0.2.0",
"mongo-unit": "^3.3.0"
},
"contributors": [],
"snyk": true
}