1
0
Fork 0
A high-level, general purpose and modular minecraft bot using hot re-loadable (without restarting the bot!) plugins. Batteries included, launch to run!
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

58 linhas
1.6 KiB

{
"name": "angram-bot",
"version": "0.1.0",
"description": "A high-level, general purpose and modular minecraft bot using hot re-loadable (without restarting the bot!) plugins. Batteries included, launch to run!",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"pretest": "pnpm run lint && require-self",
"prepare": "pnpm install require-self && require-self",
"lint": "standard",
"fix": "standard --fix",
"dev": "node ./lib/index.js localhost",
"prod": "node ./lib/index.js games.protospace.ca"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/prismarine-template.git"
},
"keywords": [
"prismarine",
"template",
"minecraft",
"mineflayer",
"ai"
],
"author": "Jay",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-template/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-template#readme",
"devDependencies": {
"@types/node": "^14.14.41",
"jest": "^26.6.3",
"require-self": "^0.2.3",
"typescript": "^4.2.4"
},
"dependencies": {
"dotenv-packed": "^1.2.2",
"minecraft-data": "^2.84.0",
"mineflayer": "^3.6.0",
"mineflayer-armor-manager": "^1.4.1",
"mineflayer-pathfinder": "^1.6.1",
"mineflayer-pvp": "^1.0.2",
"prismarine-block": "^1.8.0",
"prismarine-chat": "^1.0.3",
"prismarine-entity": "^1.1.0",
"prismarine-item": "^1.8.0",
"prismarine-nbt": "^1.5.0",
"prismarine-recipe": "^1.1.0",
"vec3": "^0.1.7",
"xstate": "^4.18.0"
},
"files": [
"lib/**/*"
]
}