-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) 路 1.13 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) 路 1.13 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
{
"name": "hubot-event-tracker",
"description": "Track days since or days until an event.",
"version": "1.2.7",
"author": "Stephen Yeargin <stephen@yearg.in>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"days until",
"days since",
"date tracker"
],
"repository": {
"type": "git",
"url": "git://github.com/stephenyeargin/hubot-event-tracker.git"
},
"bugs": {
"url": "https://github.com/stephenyeargin/hubot-event-tracker/issues"
},
"dependencies": {
"ascii-table": "^0.0.9",
"moment": "^2.29.4",
"moment-timezone": "^0.6.3"
},
"peerDependencies": {
"hubot": ">=3 || 0.0.0-development"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"nock": "^13.3.8",
"hubot": "^14"
},
"main": "index.js",
"scripts": {
"test": "script/test",
"prepare": "husky install",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"volta": {
"node": "22.22.3"
}
}