-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.92 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "frenchlegacy-bridge",
"version": "1.4.0",
"description": "Un chat de guilde Hypixel et un bridgechat Discord",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Erreur: aucun test spécifié\" && exit 1",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"lint:ejs": "ejslint **/*.ejs",
"prettier": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"nodemon": "nodemon index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jason54jg/FrenchLegacy-Bridge.git"
},
"keywords": [
"hypixel",
"discord",
"chat",
"bridge"
],
"author": "Jason54",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jason54jg/FrenchLegacy-Bridge/issues"
},
"homepage": "https://github.com/Jason54jg/FrenchLegacy-Bridge#readme",
"dependencies": {
"@discordjs/rest": "^2.2.0",
"axios": "1.6.2",
"bad-words": "^3.0.4",
"canvas": "^2.11.2",
"chalk": "^4.1.0",
"cheerio": "1.0.0-rc.12",
"discord-api-types": "^0.37.82",
"discord-emoji-converter": "^1.2.8",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.2.0",
"fs": "^0.0.1-security",
"fs-promise": "^2.0.3",
"got": "^14.2.1",
"hypixel-api-reborn": "^11.2.0",
"imgur": "^2.3.0",
"lilyweight": "^2.7.2",
"lodash": "^4.17.21",
"mineflayer": "^4.20.1",
"mkdirp": "^3.0.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"mongodb": "^6.5.0",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"prismarine-nbt": "^2.2.1",
"request": "^2.88.2",
"skyhelper-networth": "1.21.0",
"sourcebin_js": "^0.0.3-ignore",
"util": "^0.12.5",
"winston": "^3.13.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "^3.1.0",
"prettier": "3.2.5"
}
}