forked from andrerahardjo97/discord-sticky-message-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 756 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": "discord-sticky-message-bot",
"version": "1.0.0",
"description": "Discord Sticky Message Bot",
"homepage": "https://github.com/LiuAndre/discord-sticky-message-bot#readme",
"bugs": {
"url": "https://github.com/LiuAndre/discord-sticky-message-bot/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/LiuAndre/discord-sticky-message-bot"
},
"author": "Andre Rahardjo <20762999+LiuAndre@users.noreply.github.com>",
"license": "GPL-3.0-only",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"discord.js": "^12.5.1",
"dotenv": "^8.2.0"
},
"devDependencies": {
"eslint": "^7.17.0"
},
"engines": {
"node": "15.x"
},
"private": false
}