diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..f4eac0e --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "mineflayer-antihunger", + "version": "1.0.5", + "description": "Adds antihunger functionality to your mineflayer bot (Tested on 1.12)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Baitinq/mineflayer-antihunger.git" + }, + "keywords": [ + "mineflayer", + "plugin", + "antihunger", + "bot" + ], + "author": "Baitinq", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/Baitinq/mineflayer-antihunger/issues" + }, + "homepage": "https://github.com/Baitinq/mineflayer-antihunger#readme" +} |