-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.25 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "meow_bot",
"version": "1.0.0",
"description": "A Mineflayer bot for Constantiam",
"main": "index.js",
"dependencies": {
"@prisma/client": "^5.22.0",
"@types/express": "^5.0.0",
"abort-controller": "^3.0.0",
"aes-js": "^3.1.2",
"ajv": "^6.12.6",
"asn1": "^0.2.3",
"axios": "^0.21.4",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"buffer-equal": "^1.0.1",
"buffer-equal-constant-time": "^1.0.1",
"commander": "^2.20.3",
"debug": "^4.3.7",
"discontinuous-range": "^1.0.0",
"ecdsa-sig-formatter": "^1.0.11",
"endian-toggle": "^0.0.0",
"event-target-shim": "^5.0.1",
"events": "^3.3.0",
"express": "^4.19.2",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"follow-redirects": "^1.15.9",
"ieee754": "^1.2.1",
"jose": "^4.15.9",
"json-schema-traverse": "^0.4.1",
"jsonwebtoken": "^9.0.2",
"jwa": "^1.4.1",
"jws": "^3.2.2",
"lodash.get": "^4.4.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.merge": "^4.6.2",
"lodash.once": "^4.1.1",
"lodash.reduce": "^4.6.0",
"macaddress": "^0.5.3",
"minecraft-data": "^3.78.0",
"minecraft-folder-path": "^1.2.0",
"minecraft-protocol": "^1.50.0",
"mineflayer": "^4.23.0",
"mineflayer-antiafk": "github:Etiaro/mineflayer-antiafk",
"mineflayer-auto-eat": "^3.3.6",
"mojangson": "^2.0.4",
"moo": "^0.5.2",
"ms": "^2.1.3",
"nearley": "^2.20.1",
"node-fetch": "^2.7.0",
"node-rsa": "^0.4.2",
"prisma": "^5.22.0",
"prismarine-auth": "^2.5.0",
"prismarine-biome": "^1.3.0",
"prismarine-block": "^1.19.0",
"prismarine-chat": "^1.10.1",
"prismarine-chunk": "^1.36.0",
"prismarine-entity": "^2.4.0",
"prismarine-item": "^1.15.0",
"prismarine-nbt": "^2.5.0",
"prismarine-physics": "^1.9.0",
"prismarine-realms": "^1.3.2",
"prismarine-recipe": "^1.3.1",
"prismarine-registry": "^1.10.0",
"prismarine-windows": "^2.9.0",
"prismarine-world": "^3.6.3",
"process": "^0.11.10",
"protodef": "^1.17.0",
"protodef-validator": "^1.3.1",
"punycode": "^2.3.1",
"railroad-diagrams": "^1.0.0",
"randexp": "^0.4.6",
"readable-stream": "^4.5.2",
"ret": "^0.1.15",
"rxjs": "^7.8.1",
"safe-buffer": "^5.1.2",
"semver": "^7.6.3",
"smart-buffer": "^4.2.0",
"string_decoder": "^1.3.0",
"tr46": "^0.0.3",
"tslib": "^2.8.0",
"typed-emitter": "^1.4.0",
"uint4": "^0.1.2",
"undici-types": "^6.19.8",
"uri-js": "^4.4.1",
"uuid": "^8.3.2",
"uuid-1345": "^1.0.2",
"vec3": "^0.1.10",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"xxhash-wasm": "^0.4.2",
"yggdrasil": "^1.7.0"
},
"scripts": {
"start": "tsc && node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devgksx/meowbot.git"
},
"author": "gksx",
"license": "ISC",
"bugs": {
"url": "https://github.com/devgksx/meowbot/issues"
},
"homepage": "https://github.com/devgksx/meowbot#readme",
"devDependencies": {
"@types/node": "^22.10.1"
}
}