-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 914 Bytes
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
{
"name": "discord-whiterabbit",
"version": "1.0.0",
"description": "Bot for Discord to coordinate people in different timezones",
"main": "main.js",
"engines": {
"node": ">=15.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t3rminus/discord-whiterabbit.git"
},
"author": "Kevin S",
"license": "MIT",
"bugs": {
"url": "https://github.com/t3rminus/discord-whiterabbit/issues"
},
"homepage": "https://github.com/t3rminus/discord-whiterabbit#readme",
"dependencies": {
"crc": "^3.8.0",
"date-chinese": "^1.0.7",
"discord.js": "^11.5.1",
"fast-xml-parser": "^5.2.0",
"fs-extra": "^8.1.0",
"fuzzy-matching": "^0.4.3",
"geolib": "^3.3.1",
"html-entities": "^2.6.0",
"ioredis": "^4.17.3",
"mixwith": "^0.1.1",
"moment-timezone": "^0.5.35",
"node-schedule": "^1.3.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sharp": "^0.30.5"
}
}