-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.13 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
{
"name": "aesthia",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"asynckit": "^0.4.0",
"aws-ssl-profiles": "^1.1.1",
"axios": "^1.7.2",
"clsx": "^1.2.1",
"combined-stream": "^1.0.8",
"csstype": "^3.1.3",
"debug": "^4.3.4",
"delayed-stream": "^1.0.0",
"denque": "^2.1.0",
"discord-api-types": "^0.37.92",
"discord-html-transcripts": "^3.2.0",
"discord-markdown-parser": "^1.1.0",
"discord.js": "^14.15.3",
"dotenv": "^16.3.1",
"dottie": "^2.0.6",
"fast-deep-equal": "^3.1.3",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"fs-extra": "^8.1.0",
"generate-function": "^2.3.1",
"graceful-fs": "^4.2.11",
"hex-to-rgba": "^2.0.1",
"highlight.js": "^11.9.0",
"iconv-lite": "^0.6.3",
"inflection": "^1.13.4",
"is-property": "^1.0.2",
"js-tokens": "^4.0.0",
"jsonfile": "^5.0.0",
"lodash": "^4.17.21",
"lodash.snakecase": "^4.1.1",
"long": "^5.2.3",
"loose-envify": "^1.4.0",
"lru-cache": "^10.1.0",
"magic-bytes.js": "^1.10.0",
"mariadb": "^3.2.3",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"moment-timezone": "^0.5.43",
"ms": "^2.1.2",
"mysql2": "^3.10.3",
"named-placeholders": "^1.1.3",
"pg-connection-string": "^2.6.2",
"proxy-from-env": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"retry-as-promised": "^7.0.4",
"safer-buffer": "^2.1.2",
"scheduler": "^0.23.0",
"semver": "^7.5.4",
"seq-queue": "^0.0.5",
"sequelize": "^6.35.2",
"sequelize-pool": "^7.1.0",
"simple-markdown": "^0.7.3",
"sqlstring": "^2.3.3",
"toposort-class": "^1.0.1",
"ts-mixer": "^6.0.4",
"tslib": "^2.6.2",
"twemoji": "^14.0.2",
"twemoji-parser": "^14.0.0",
"undici": "^5.28.4",
"undici-types": "^5.26.5",
"universalify": "^0.1.2",
"uuid": "^8.3.2",
"validator": "^13.11.0",
"wkx": "^0.5.0",
"ws": "^8.18.0",
"yallist": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
}