-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "hubot-untappd-friends",
"description": "Get the latest checkins from your Untappd friends.",
"version": "1.11.1",
"author": "Stephen Yeargin <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/stephenyeargin/hubot-untappd-friends",
"keywords": [
"hubot",
"hubot-scripts",
"untappd",
"beer"
],
"repository": {
"type": "git",
"url": "git://github.com/stephenyeargin/hubot-untappd-friends.git"
},
"bugs": {
"url": "https://github.com/stephenyeargin/hubot-untappd-friends/issues"
},
"dependencies": {
"moment": "^2.29.4",
"node-untappd": "stephenyeargin/node-untappd#be7ae9b723a6044a51c1826db7fc0539fa7fee7f"
},
"peerDependencies": {
"hubot": ">=3 || 0.0.0-development"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"hubot-test-helper": "^1.9.0",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.3.2",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0"
},
"main": "index.js",
"scripts": {
"test": "script/test",
"prepare": "husky install"
},
"volta": {
"node": "18.19.0"
}
}