-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.46 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.46 KB
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
{
"name": "hubot-plusplus-expanded-bonusly",
"version": "0.1.2",
"description": "",
"main": "index.js",
"engines": {
"node": "^16.x.x",
"npm": "^8.x.x"
},
"scripts": {
"test": "jest --watchAll=false --detectOpenHandles --forceExit",
"test:watch": "jest --passWithNoTests --watch --detectOpenHandles",
"lint": "eslint src --fix"
},
"author": "Matt O'Keefe (O-Mutt) <Matt@OKeefe.dev>",
"license": "MIT",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jest": "^24.4.2",
"eslint-plugin-node": "^11.1.0",
"hubot-test-helper": "^1.9.0",
"jest": "^27.2.1",
"mongo-unit": "^2.0.1"
},
"directories": {
"test": "test"
},
"dependencies": {
"@jest/globals": "^27.2.2",
"axios": "^0.21.4",
"hubot-conversation": "^1.1.1",
"mongodb": "^4.1.2"
},
"keywords": [
"hubot-scripts",
"hubot-respond",
"hubot",
"slack",
"irc",
"hipchat",
"campfire",
"bot",
"robot",
"bonusly",
"hubot-plusplus-expanded"
],
"repository": {
"type": "git",
"url": "git+https://github.com/o-mutt/hubot-plusplus-expanded-bonusly.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/o-mutt/hubot-plusplus-expanded-bonusly/issues"
},
"homepage": "https://github.com/o-mutt/hubot-plusplus-expanded-bonusly#readme"
}