-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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": "daftbot",
"version": "2.3.3.1-aplha3",
"description": "it's a discord's bot",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:vivimouret29/nodejs_bot.git"
},
"author": "mouret",
"license": "ISC",
"bugs": {
"url": "https://github.com/vivimouret29/nodejs_bot/issues"
},
"homepage": "https://github.com/vivimouret29/nodejs_bot#readme",
"dependencies": {
"axios": "^1.3.0",
"discord.js": "^14.7.1",
"fast-csv": "^4.3.6",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"json2csv": "^6.0.0-alpha.2",
"moment-timezone": "^0.5.45",
"openai": "^4.20.1",
"request": "^2.88.2",
"tmi.js": "^1.9.0-pre.1",
"twitter-api-v2": "^1.17.0",
"websocket": "^1.0.34"
},
"devDependencies": {
"@gradio/client": "^0.20.1",
"@types/axios": "^0.14.0",
"@types/json2csv": "^5.0.3",
"canvas": "^2.11.2",
"tmi.js": "^1.9.0-pre.1"
}
}