-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.56 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"author": "Night Development",
"bugs": {
"url": "https://github.com/MikaboshiDev/BotTypescript/issues"
},
"dependencies": {
"@discordjs/voice": "^0.16.0",
"@dqbd/tiktoken": "^1.0.7",
"@iamtraction/google-translate": "^2.0.1",
"akaneko": "^5.2.8",
"axios": "^1.5.0",
"bcryptjs": "^2.4.3",
"canvacord": "^5.4.10",
"canvas": "^2.11.0",
"captcha-canvas": "^3.2.1",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"cookie-parser": "^1.4.6",
"discord-gamecord": "^4.4.1",
"discord-giveaways": "^6.0.1",
"discord-html-transcripts": "^3.2.0",
"discord-together": "^1.3.31",
"discord.js": "^14.13.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"glob": "^10.3.4",
"html-entities": "^2.4.0",
"inquirer": "^9.2.11",
"jsonwebtoken": "^9.0.2",
"luxon": "^3.4.3",
"mathjs": "^11.11.1",
"moment": "^2.29.4",
"mongoose": "^7.5.0",
"mongoose-ping": "^0.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nekos.life": "^3.0.0",
"nodemailer": "^6.9.5",
"openai": "^4.6.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"paypal-rest-sdk": "^1.8.1",
"sourcebin": "^5.0.0",
"superagent": "^8.1.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"winston": "^3.10.0",
"yaml": "^2.3.4"
},
"description": "discord bot written in typescript for support in different areas of a discord server",
"devDependencies": {
"@types/bcryptjs": "^2.4.3",
"@types/common-tags": "^1.8.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/inquirer": "^9.0.6",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.5",
"@types/ms": "^0.7.31",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.7",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-discord": "^0.1.6",
"@types/paypal-rest-sdk": "^1.7.6",
"@types/superagent": "^4.1.18",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/websocket": "^1.0.6",
"ts-node-dev": "^2.0.0",
"typescript": "^5.2.2"
},
"engines": {
"node": "16.x"
},
"homepage": "http://www.night-support.xyz/",
"keywords": [],
"license": "ISC",
"main": "src/shulker.ts",
"name": "Manager Bot",
"readme": "README.md",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev src/shulker.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.2"
}