-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 981 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
28
29
30
31
32
33
34
{
"name": "discord-genesis",
"version": "1.0.0",
"description": "Discord Genesis Megabot",
"main": "index.js",
"scripts": {
"sebastian": "node src/sebastian/SebasTian.js",
"sebastian-dev": "nodemon src/sebastian/SebasTian.js",
"shelbot": "node src/shelbot/ShelBot.js",
"shelbot-dev": "nodemon src/shelbot/ShelBot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pritam001/discord-genesis.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Pritam Sarkar <001pritam2012@gmail.com> (https://github.com/pritam001)",
"license": " GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/pritam001/discord-genesis/issues"
},
"homepage": "https://github.com/pritam001/discord-genesis#readme",
"dependencies": {
"discord.js": "12.3.1",
"dotenv": "8.2.0",
"express": "4.17.1",
"moment": "2.27.0",
"nodemon": "2.0.4"
}
}