-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 802 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 802 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
{
"name": "cheap-bot",
"version": "0.0.5",
"description": "A open-source cheap bot that will do anything at your command. Read readme.md for full config. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Unknown Peace",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"express": "^5.1.0",
"minecraft-data": "^3.85.0",
"mineflayer": "^4.27.0",
"mineflayer-pathfinder": "^2.4.5",
"prismarine-schematic": "^1.2.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/UnPeace/Cheap-Bot.git"
},
"bugs": {
"url": "https://github.com/UnPeace/Cheap-Bot/issues"
},
"homepage": "https://github.com/UnPeace/Cheap-Bot#readme"
}