-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 944 Bytes
/
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
{
"name": "bcmc-community-tracker",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boxcrittersmods/community-tracker.git"
},
"author": "tumble1999",
"license": "ISC",
"bugs": {
"url": "https://github.com/boxcrittersmods/community-tracker/issues"
},
"homepage": "https://github.com/tuboxcrittersmods/community-tracker#readme",
"dependencies": {
"bent": "^7.3.12",
"dblapi.js": "^2.4.1",
"discord.js": "^12.5.1",
"discord.js-slash-command": "^1.2.1",
"dotenv": "^8.2.0",
"gif-encoder-2": "^1.0.5",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"lodash.isequal": "^4.5.0",
"moment": "^2.29.1",
"mongodb": "^3.6.2",
"mwn": "^0.10.4",
"node-fetch": "^2.6.7",
"node-image-downloader": "^1.0.7",
"path": "^0.12.7",
"string-similarity": "^4.0.2"
},
"engines": {
"yarn": "1.x"
}
}