This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "sdorica-bot",
"version": "1.0.0",
"description": "Sdorica bot",
"license": "Apache-2.0",
"author": "Shiaupiau <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/stu43005/sdorica-bot.git"
},
"bugs": {
"url": "https://github.com/stu43005/sdorica-bot/issues"
},
"main": "index.ts",
"scripts": {
"start": "node -r ts-node/register ./index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sdorica",
"bot",
"discord",
"discordjs"
],
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@tsconfig/node14": "^1.0.1",
"@types/cheerio": "^0.22.23",
"@types/node": "^14.17.5",
"@types/node-fetch": "^2.5.12",
"@types/request": "^2.48.5",
"@types/uuid": "^8.3.0",
"cheerio": "^1.0.0-rc.5",
"chinese-conv": "^1.0.1",
"config": "^3.3.3",
"cron": "^1.8.2",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.2",
"ejs": "^3.1.6",
"express": "^4.17.1",
"firebase-admin": "^10.0.2",
"moment": "^2.29.2",
"moment-timezone": "^0.5.33",
"mwbot": "^1.1.0",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.7",
"random-js": "^2.1.0",
"random-weighted-choice": "^0.1.4",
"request": "^2.88.2",
"require-all": "^3.0.0",
"rxjs": "^7.2.0",
"ts-node": "^10.1.0",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"xml-js": "^1.6.11"
}
}