-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "talkingbot",
"version": "1.0.0",
"description": "",
"main": "src/app.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@twurple/api": "^7.2.1",
"@twurple/auth": "^7.2.1",
"@twurple/chat": "^7.2.1",
"@twurple/eventsub-http": "^7.2.1",
"@twurple/eventsub-ws": "^7.2.1",
"@types/cookie-parser": "^1.4.8",
"@types/express-fileupload": "^1.5.1",
"@types/jsonwebtoken": "^9.0.8",
"@types/seedrandom": "^3.0.8",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"discord.js": "^14.17.3",
"express": "^4.21.2",
"express-fileupload": "^1.5.1",
"form-data": "^4.0.1",
"googleapis": "^140.0.1",
"howlongtobeat-api": "^1.0.3",
"isomorphic-dompurify": "^2.20.0",
"jsonwebtoken": "^9.0.2",
"socket.io": "^4.8.1",
"tubechat": "^1.0.3"
},
"devDependencies": {
"@types/bun": "^1.2.0",
"@types/express": "^4.17.21",
"@types/node": "^20.17.16",
"typescript": "^5.7.3"
}
}