mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-15 14:35:16 +00:00
Create basic bot
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@guilhermewerner/tcc1",
|
||||
"version": "0.1.0",
|
||||
"repository": "https://github.com/GuilhermeWerner/TCC1",
|
||||
"author": "Guilherme Werner <guilhermewerner@tribufu.com>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node ./src/bot.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"mineflayer": "^4.20.1",
|
||||
"prismarine-viewer": "^1.28.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user