-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "vulcaneruption",
"version": "0.1.0",
"description": "A vulnerability scanner for (mostly) russian servers that use the Vulcan anticheat",
"main": "index.js",
"scripts": {
"start": "node index.js",
"scan": "node scanner.js",
"captcha": "node captcha.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Milk-Cool/VulcanEruption.git"
},
"keywords": [
"vulcan",
"minecraft",
"vulnerability"
],
"author": "Milk_Cool",
"license": "MIT",
"bugs": {
"url": "https://github.com/Milk-Cool/VulcanEruption/issues"
},
"homepage": "https://github.com/Milk-Cool/VulcanEruption#readme",
"dependencies": {
"jsdom": "^24.0.0",
"mineflayer": "^4.19.0",
"mineflayer-pathfinder": "^2.4.5",
"pino": "^8.18.0",
"randomstring": "^1.3.0",
"vec3": "^0.1.10"
}
}