-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "hubot-fitbit-leaders",
"description": "Hubot Fitbit Leaders",
"version": "2.3.2",
"author": "Stephen Yeargin <stephen@yearg.in>",
"homepage": "https://github.com/stephenyeargin/hubot-fitbit-leaders",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"fitbit"
],
"repository": {
"type": "git",
"url": "https://github.com/stephenyeargin/hubot-fitbit-leaders"
},
"bugs": {
"url": "https://github.com/stephenyeargin/hubot-fitbit-leaders/issues"
},
"dependencies": {
"fitbit-node": "^2.2.0",
"moment": "^2.30.1"
},
"peerDependencies": {
"hubot": ">=3 || 0.0.0-development"
},
"devDependencies": {
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"hubot-test-helper": "^1.9.0",
"husky": "^9.0.10",
"mocha": "^10.3.0",
"nock": "^13.5.1",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
},
"main": "index.js",
"scripts": {
"test": "script/test",
"prepare": "husky install"
},
"volta": {
"node": "18.19.0"
}
}