forked from MC-Linker/MC-Linker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "mc-linker",
"version": "2.0.0",
"description": "View minecraft stats, advancements and inventories in Discord! Also includes moderation tools, minecraft commands and much more.",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MC-Linker/MC-Linker.git"
},
"keywords": [],
"author": "Lianecx",
"license": "CC BY-NC 4.0",
"bugs": {
"url": "https://github.com/MC-Linker/MC-Linker/issues"
},
"homepage": "https://github.com/MC-Linker/MC-Linker#readme",
"type": "module",
"dependencies": {
"@fastify/cookie": "^9.2.0",
"bufferutil": "^4.0.7",
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"emojione": "^4.5.0",
"fastify": "^4.17.0",
"fastify-socket.io": "^5.0.0",
"fs-extra": "^11.1.0",
"minecraft-data": "^3.55.0",
"mojangson": "^2.0.2",
"mongoose": "^8.0.1",
"prismarine-auth": "^2.2.0",
"prismarine-nbt": "^2.2.1",
"promise-ftp": "^1.3.5",
"rate-limiter-flexible": "^4.0.0",
"skia-canvas": "1.0.0",
"socket.io": "^4.7.2",
"ssh2-sftp-client": "^10.0.3",
"topgg-autoposter": "^2.0.1",
"unraw": "^3.0.0",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.8"
},
"devDependencies": {
"lodash": "^4.17.21",
"typescript": "^5.0.4",
"yargs": "^17.7.2"
}
}