Mercurial > code > home > repos > mineflayer
view package.json @ 0:f570713a7d31 default tip
start termbanator
author | drewp@bigasterisk.com |
---|---|
date | Sun, 25 Jun 2023 20:01:38 -0700 |
parents | |
children |
line wrap: on
line source
{ "name": "mineflayerbots", "version": "1.0.0", "description": "", "main": "builder.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "execute": "builder.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/node": "^18.16.18", "mineflayer": "^4.9.0", "prismarine-block": "^1.16.3", "prismarine-chat": "^1.8.0", "prismarine-registry": "^1.7.0", "typescript": "^5.1.3" } }