-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 874 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
{
"name": "kinako",
"version": "1.0.0",
"description": "Bot multi-fonctionnel pour Discord.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "cls && nodemon index.js"
},
"nodemonConfig": {
"events": {
"restart": "cls && node index.js"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ascii-table": "^0.0.9",
"axios": "^1.6.2",
"colors": "^1.4.0",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"glob": "^8.0.3",
"jimp": "^0.22.10",
"mongoose": "^6.8.3",
"mysql": "^2.18.1",
"mysql2": "^3.9.4",
"mysqljs": "^0.0.2-security",
"node-dev": "^8.0.0",
"openai": "^4.20.1",
"randomized-string": "^2.0.0",
"systeminformation": "^5.21.18",
"table": "^6.8.1",
"terminal-char-table": "^2.0.2",
"util-tiempo": "^1.0.52"
}
}