art round 1
This commit is contained in:
34
nodejs/package.json
Normal file
34
nodejs/package.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "mc-cj-bot",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/wmantly/mc-cj-bot.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wmantly/mc-cj-bot/issues"
|
||||
},
|
||||
"homepage": "https://github.com/wmantly/mc-cj-bot#readme",
|
||||
"dependencies": {
|
||||
"axios": "^0.27.2",
|
||||
"dotenv": "^16.0.1",
|
||||
"extend": "^3.0.2",
|
||||
"minecraft-data": "^3.5.0",
|
||||
"mineflayer": "^4.3.0",
|
||||
"mineflayer-auto-eat": "^2.3.3",
|
||||
"mineflayer-pathfinder": "^2.2.0",
|
||||
"mineflayer-web-inventory": "^1.8.3",
|
||||
"moment": "^2.29.3",
|
||||
"prismarine-windows": "^2.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.18"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user