-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"private": true,
"name": "bachero-bot",
"version": "0.13.0-beta",
"description": "Bachero est le meilleur bot multifonction, modulaire et open-source de Discord",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"dev-optimize": "nodemon index.js --optimize"
},
"author": "JohanStickman",
"repository": {
"type": "git",
"url": "https://github.com/bacherobot/bot"
},
"license": "MIT",
"dependencies": {
"@discordjs/rest": "^1.7.1",
"@nastyox/rando.js": "^2.0.5",
"@tsmx/human-readable": "^2.0.0",
"chalk": "4.1.1",
"cherangi": "^1.3.4",
"color-convert": "^2.0.1",
"cron": "^2.3.1",
"date-fns": "^2.30.0",
"diff": "^5.1.0",
"discord.js": "14.15.2",
"dotenv": "^10.0.0",
"eventemitter2": "^6.4.9",
"form-data": "^4.0.0",
"fuse.js": "^6.6.2",
"genius-lyrics": "^4.4.3",
"jsonc": "^2.0.0",
"markdown-escape": "^2.0.0",
"moreshort": "^1.2.0",
"nanoid": "3.3.6",
"nearest-color": "^0.4.4",
"node-cache": "^5.1.2",
"node-fetch": "2.6.7",
"node-html-parser": "^6.1.5",
"pretty-ms": "7.0.1",
"quickmongo": "3.0.2",
"simple-json-db": "^2.0.0",
"stacktracey": "^2.1.8",
"uglify-js": "^3.17.4"
},
"devDependencies": {
"eslint": "^8.48.0",
"nodemon": "^2.0.22"
},
"nodemonConfig": {
"ignore": [
"database/*",
"TEMP_bachero_textcommandcompatibility/*",
"reports/*",
"logs/*"
]
}
}