-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "landscape-bot",
"version": "Alpha 1.0.0",
"description": "A discord bot, using discord.js and discord.js commando. The bot is built specifically for the Landscape discord server and features will be added as the server grows.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverpatrick/landscape-discord-bot.git"
},
"author": "Oliver Patrick + Landscape Discord Server",
"license": "ISC",
"bugs": {
"url": "https://github.com/oliverpatrick/landscape-discord-bot/issues"
},
"homepage": "https://github.com/oliverpatrick/landscape-discord-bot#readme",
"dependencies": {
"discord.js": "^12.2.0",
"discord.js-commando": "github:discordjs/Commando",
"dotenv": "^8.2.0",
"moment": "^2.26.0",
"node-fetch": "^3.1.1",
"nodemon": "^2.0.4"
}
}