forked from Ethorbit/Discord_Sticky-Message-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 766 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 766 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
{
"name": "Discord_Sticky-Message-Bot",
"version": "1.0.0",
"description": "A work in progress bot that keeps important stuff at the bottom of channels",
"main": "index.js",
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"sqlite3": "^5.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ethorbit/Discord_Sticky-Message-Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ethorbit/Discord_Sticky-Message-Bot/issues"
},
"homepage": "https://github.com/Ethorbit/Discord_Sticky-Message-Bot#readme"
}