-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 840 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
{
"name": "fisherman",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"john": "nodemon ./src/fisherman.js !john 202.184.72.203 25565 \"Fisherman John\"",
"joe": "nodemon ./src/fisherman.js !joe 202.184.72.203 25565 \"Fisherman Joe\"",
"smith": "nodemon ./src/fisherman.js !smith 202.184.72.203 25565 \"Fisherman Smith\"",
"lcl": "nodemon ./src/fisherman.js q localhost 51913 \"Attacker\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"mineflayer": "^3.0.0",
"mineflayer-collectblock": "^1.3.4",
"mineflayer-pathfinder": "^1.5.0",
"mineflayer-pvp": "^1.0.2",
"nodemon": "^2.0.7",
"prismarine-entity": "^1.1.0",
"prismarine-viewer": "^1.13.3",
"serverline": "^1.5.0"
},
"devDependencies": {
"eslint": "^7.20.0"
}
}