-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 774 Bytes
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
{
"name": "sixcord-bot-example",
"version": "1.0.1",
"description": "A simple Discord bot open-source.",
"main": "index.js",
"scripts": {
"start": "node index.js",
},
"repository": {
"type": "git",
"url": "git+https://github.com/v1devv/DiscordBot.git"
},
"author": "v1devv",
"license": "ISC",
"bugs": {
"url": "https://github.com/v1devv/DiscordBot/issues"
},
"homepage": "https://github.com/v1devv/DiscordBot#readme",
"dependencies": {
"ejs": "^3.1.5",
"express": "^4.17.1",
"discord.js": "^12.5.1",
"fs": "0.0.1-security",
"node": "^15.4.0",
"node-html-parser": "^2.1.0",
"npm": "^6.14.11",
"sixcord.js" "^1.0.0"
}
}