-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.67 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
{
"name": "civilservant",
"version": "0.1.0",
"description": "ERROR: No README.md file found!",
"main": "server.js",
"private": true,
"author": "Douglas Gardner <[email protected]>",
"contributors": [
"danharibo <[email protected]>"
],
"scripts": {
"test": "npm run lint && npm run mocha",
"mocha": "nyc mocha test/modules",
"lint": "node_modules/standard/bin/cmd.js"
},
"license": "ISC",
"dependencies": {
"@octokit/webhooks": "^7.0.0",
"@zuzak/owo": "^1.16.1",
"axios": "^0.27.2",
"axios-cache-adapter": "^2.7.3",
"bitly": "^7.1.2",
"cheerio": "^1.0.0-rc.11",
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
"cyrillic-to-latin": "^2.0.0",
"date-util": "^1.2.1",
"escape-string-regexp": "^2.0.0",
"fast-tweet": "^1.0.1",
"get-urls": "^9.0.0",
"githash": "0.0.4",
"greek-utils": "^1.3.0",
"irc": "^0.5.2",
"japanese": "^1.1.0",
"khaan": "^0.1.0",
"lectionary": "^0.1.8",
"moment": "^2.29.3",
"moment-countdown": "0.0.3",
"moment-timezone": "^0.5.35",
"pf-sowpods": "^1.2.1",
"request": "^2.67.0",
"rot": "^0.1.0",
"shell-escape": "^0.2.0",
"suncalc": "^1.7.0",
"twitter-pin": "^1.0.0",
"urban": "^0.3.0",
"winston": "^3.8.2",
"xkcd-37": "^1.1.0",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"jshint": "^2.13.4",
"mocha": "^7.2.0",
"mockery": "^2.1.0",
"node-dir": "^0.1.11",
"nyc": "^15.0.0",
"precommit-hook": "^3.0.0",
"sinon": "^7.2.7",
"standard": "^16.0.4"
},
"standard": {
"globals": [
"__rootdir"
]
},
"pre-commit": [
"lint",
"test"
]
}