-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 KB
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
{
"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.96",
"async-mutex": "^0.5.0",
"discord-emoji-converter": "^1.2.10",
"discord.js": "^14.25.1",
"googleapis": "^168.0.0",
"hypixel-api-reborn": "git+https://github.com/BridgeSenseDev/hypixel-api-reborn.git#personal",
"math-expression-evaluator": "^2.0.7",
"mineflayer": "^4.35.0",
"node-cron": "^3.0.3",
"rss-parser": "^3.13.0",
"skyhelper-networth": "^2.7.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
"@types/bun": "^1.3.10",
"@types/node-cron": "^3.0.11",
"typescript": "^5.9.3"
},
"overrides": {
"minecraft-data": "^3.105.0"
},
"trustedDependencies": [
"hypixel-api-reborn"
]
}