-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 933 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 933 Bytes
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
{
"name": "theibot",
"version": "3.3.2",
"description": "Bot utilitario para Discord",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"build": "npm i"
},
"keywords": [
"discordbot",
"discord",
"discord.js",
"sqlite"
],
"author": "KuroNeko",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/imkuroneko/theibot/issues"
},
"homepage": "https://github.com/imkuroneko/theibot#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/imkuroneko/theibot.git"
},
"dependencies": {
"@discordjs/voice": "^0.19.2",
"axios": "^1.16.0",
"canvas": "^3.2.3",
"cpu-stat": "^2.0.1",
"cron": "^4.4.0",
"dayjs": "^1.11.20",
"discord.js": "^14.26.4",
"fast-xml-parser": "^5.7.3",
"md5": "^2.3.0",
"os": "^0.1.2",
"sequelize": "^6.37.8",
"sqlite3": "^6.0.1",
"systeminformation": "^5.31.6"
}
}