-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 751 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 751 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
{
"requires": true,
"version": "2.0.0b8",
"lockfileVersion": 1,
"scripts": {
"start": "node wdr.js"
},
"dependencies": {
"axios": "^0.21.1",
"cli-progress": "^3.8.2",
"colors": "^1.4.0",
"discord.js": "^12.2.0",
"eslint": "^7.12.1",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"fuzzy": "^0.1.3",
"geo-distance": "^0.2.0",
"geo-tz": "^6.0.0",
"image-downloader": "^4.0.1",
"image-stroke": "^0.1.1",
"ini": "^1.3.6",
"moment": "^2.25.3",
"moment-timezone": "^0.5.28",
"mysql2": "^2.1.0",
"ontime": "0.0.6",
"path": "^0.12.7",
"point-in-geopolygon": "^1.0.1",
"point-in-polygon": "^1.0.1",
"protobufjs": "^6.9.0",
"purified-protos": "^0.189.0"
}
}