-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 941 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 941 Bytes
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
{
"name": "scf-bridge",
"version": "1.0.0",
"description": "A service that interlinks the Hypixel guild chat with Discord channels, as well as implements custom features.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"imports": {
"#root/*": "./*",
"#src/*": "./src/*",
"#shared/*": "./shared/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SCF-Tools/SCF-Bridge.git"
},
"author": "SCF-Tools",
"license": "ISC",
"bugs": {
"url": "https://github.com/SCF-Tools/SCF-Bridge/issues"
},
"homepage": "https://github.com/SCF-Tools/SCF-Bridge#readme",
"dependencies": {
"@napi-rs/canvas": "^0.1.80",
"chalk": "^4.1.2",
"discord.js": "^14.22.1",
"dotenv": "^17.2.3",
"mineflayer": "^4.33.0",
"scf-api": "1.4.0"
}
}