-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"name": "touji",
"version": "0.4",
"description": "",
"main": "index.ts",
"scripts": {
"test": "echo \"OK\"",
"bot": "ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devfluxtron/Touji.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.6.0",
"@types/cookie-parser": "^1.4.2",
"@types/lodash": "^4.14.173",
"@types/ms": "^0.7.31",
"@types/node-fetch": "^2.5.12",
"axios": "^0.26.1",
"canvacord": "^5.2.3",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dayjs": "^1.10.6",
"del": "^6.1.0",
"disco-oauth": "^5.1.1",
"discord-api-types": "^0.30.0",
"discord.js": "^13.6.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-session": "^1.17.2",
"flagsmith": "^2.0.9",
"flash": "^1.1.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"lodash": "^4.17.21",
"mee6-levels-api": "^1.3.0",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"passport": "^0.5.2",
"passport-discord": "^0.1.4",
"rethinkdb-ts": "^2.4.14",
"ts-eval": "^1.0.5",
"ts-node": "^10.2.0"
},
"devDependencies": {
"@types/connect-flash": "^0.0.37",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/method-override": "^0.0.32",
"@types/passport": "^1.0.7",
"@types/passport-discord": "^0.1.5",
"typescript": "^4.4.3"
}
}