-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 985 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": "dominance-link",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "cd ./src && bun run index.ts",
"build": "tsc -p tsconfig.json",
"check": "biome check --write ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@napi-rs/canvas": "^0.1.65",
"async-mutex": "^0.5.0",
"cheerio": "^1.0.0",
"discord-emoji-converter": "^1.2.10",
"discord.js": "^14.17.3",
"googleapis": "^144.0.0",
"hypixel-api-reborn": "^11.3.7",
"math-expression-evaluator": "^2.0.6",
"mineflayer": "^4.26.0",
"node-cron": "^3.0.3",
"rss-parser": "^3.13.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.2.1",
"@types/node-cron": "^3.0.11",
"typescript": "^5.7.3"
},
"overrides": {
"prismarine-auth": "github:PrismarineJS/prismarine-auth",
"skyhelper-networth": "github:Altpapier/SkyHelper-Networth"
}
}