diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..817e82b --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "pugcraft-bot", + "version": "1.0.8", + "description": "A discord bot written in node.js", + "main": "mc-server.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/PugCraftDevs/PugCraft-Bot.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/PugCraftDevs/PugCraft-Bot/issues" + }, + "homepage": "https://github.com/PugCraftDevs/PugCraft-Bot#readme", + "dependencies": { + "discord.js": "^11.1.0" + } +} |
