-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 885 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
{
"name": "package",
"version": "1.0.0",
"description": "This project started by basing my bot off of [Guidebot by AnIdiotsGuide](https://github.com/AnIdiotsGuide/guidebot) andis an attempt to make it my own.",
"main": "AA_PRIV_CONFIG.js",
"dependencies": {
"chalk": "^2.4.1",
"discord.js": "^11.3.2",
"enmap": "^3.0.4",
"enmap-level": "^2.1.0",
"enmap-sqlite": "^2.0.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeelAPatel/NeoDiscordBot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NeelAPatel/NeoDiscordBot/issues"
},
"homepage": "https://github.com/NeelAPatel/NeoDiscordBot#readme",
"keywords": []
}