blob: 495a142c7c429964c8658615a542b762df7eb6d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"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",
"request": "^2.81.0"
}
}
|