-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 942 Bytes
/
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
{
"name": "theibot",
"version": "3.2.4",
"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/rest": "^1.7.1",
"@discordjs/voice": "^0.16.0",
"axios": "^1.5.1",
"better-sqlite3": "^8.7.0",
"canvas": "^2.11.2",
"cpu-stat": "^2.0.1",
"cron": "^2.4.4",
"dayjs": "^1.11.10",
"discord.js": "^14.13.0",
"fs": "^0.0.1-security",
"md5": "^2.3.0",
"os": "^0.1.2",
"systeminformation": "^5.21.11"
}
}