-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "discordbot",
"version": "0.0.0",
"type": "module",
"description": "discordbot",
"main": "app.js",
"author": {
"name": "Nekofoxmiu"
},
"dependencies": {
"asynckit": "^0.4.0",
"axios": "^1.4.0",
"combined-stream": "^1.0.8",
"data-uri-to-buffer": "^4.0.0",
"delayed-stream": "^1.0.0",
"discord-api-types": "^0.26.1",
"discord.js": "^13.14.0",
"fetch-blob": "^3.1.4",
"follow-redirects": "^1.14.7",
"form-data": "^4.0.0",
"formdata-polyfill": "^4.0.10",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"node-domexception": "^1.0.0",
"node-fetch": "^3.2.0",
"punycode": "^2.1.1",
"puppeteer": "^19.8.0",
"redis": "^4.1.0",
"tr46": "^3.0.0",
"tree-kill-promise": "^2.0.8",
"ts-mixer": "^6.0.0",
"tslib": "^2.3.1",
"tweet-json-to-html": "^1.1.1",
"twitter_queryToken": "github:Nekofoxmiu/twitter_queryToken",
"web-streams-polyfill": "^3.2.0",
"webidl-conversions": "^7.0.0",
"whatwg-url": "^11.0.0",
"ws": "^8.4.2",
"zod": "^3.11.6"
},
"devDependencies": {
"caxa": "^2.1.0"
}
}