-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1022 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
{
"name": "fchen-s-discordjs-bot-framework",
"version": "1.0.0",
"description": "This is my personal Framework, which I created with influences from \"An Idiot's Guide\", the DiscordJS community and many other Discord programming communities. \r You can use it as a jump-start and build your DiscordBot faster instead of creating the wheel from scratch.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fchen48/Fchen-s-DiscordJS-Bot-Framework.git"
},
"keywords": [
"discordjs",
"discordbot",
"nodejs"
],
"author": "Fchen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fchen48/Fchen-s-DiscordJS-Bot-Framework/issues"
},
"homepage": "https://github.com/Fchen48/Fchen-s-DiscordJS-Bot-Framework#readme",
"dependencies": {
"discord.js": "github:hydrabolt/discord.js"
},
"devDependencies": {
"eslint": "^5.9.0",
"nodemon": "^1.18.7"
}
}