-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
80 lines (80 loc) · 2.27 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
{
"name": "Tsuyo",
"version": "1.0.0",
"description": "A multipurpose bot to handle all your needs.",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"node": "node bot.js",
"forever": "forever start bot.js",
"pm2": "pm2 start bot.js",
"pnpm": "pnpm server start",
"yarn": "yarn run bot.js",
"nodemon": "nodemon -L .",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"test": "jest"
},
"engines": {
"node": "12.x"
},
"repository": "github:ddinan/Tsuyo",
"author": "Venk#2020",
"license": "MIT",
"dependencies": {
"@top-gg/sdk": "^3.1.2",
"axios": "^0.21.1",
"better-sqlite-pool": "^0.3.1",
"better-sqlite3": "^7.4.3",
"body-parser": "^1.19.0",
"canvacord": "^5.2.3",
"chalk": "^4.1.2",
"colors": "^1.4.0",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"discord-anti-spam": "^2.5.8",
"discord-buttons": "^4.0.0",
"discord-menu-buttons": "^1.4.7",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"enmap": "^5.8.7",
"express": "^4.16.4",
"express-session": "^1.17.2",
"form-data": "^4.0.0",
"humanize-duration": "^3.27.0",
"ip": "^1.1.5",
"js-beautify": "^1.14.0",
"mathjs": "^9.4.3",
"moment": "^2.29.1",
"moment-duration-format": "^2.2.2",
"ms": "^2.1.3",
"node-fetch": "^2.6.0",
"node-html-parser": "^4.1.5",
"numeral": "^2.0.6",
"one-liner-joke": "^1.2.2",
"pm2": "^5.1.2",
"random": "^3.0.6",
"random-puppy": "^1.1.0",
"reaction-role": "^4.1.1",
"reconlx": "^2.2.0",
"redis": "^3.1.2",
"request": "^2.88.2",
"rhyme": "^0.0.3",
"snyk": "^1.858.0",
"superagent": "^6.1.0",
"top.gg": "^2.3.1",
"zaq": "^2.1.5",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"forever": "^3.0.4",
"nodemon": "^2.0.13"
},
"bugs": {
"url": "https://github.com/ddinan/Tsuyo/issues"
},
"homepage": "http://tsuyo.xyz",
"snyk": true
}