-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
27 lines (27 loc) · 945 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
{
"name": "Uptime-Discord-Bot",
"version": "1.0.0",
"description": "Do You Use Replit For Your Discord Bot? Do You Use Features Like Uptime Robot For Your Bot? Why Not Make One Yourself With A Higher Ping Rate. due to high work it is pretty sure that repl never sleeps... the big ones might have lags, then why not make one yourself?",
"main": "Ping.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node Ping.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compteccharan/Ultimate-Discord-Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/compteccharan/Ultimate-Discord-Bot/issues"
},
"homepage": "https://github.com/compteccharan/Ultimate-Discord-Bot/",
"dependencies": {
"discord.js": "^12.5.3",
"express": "^4.17.1",
"quickuptime": "^1.0.6-Update"
},
"devDependencies": {}
}