-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 867 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
32
33
34
35
{
"name": "blindbot",
"version": "1.0.0",
"description": "An in-depth guide on deploying your Discord.js bot on Heroku",
"main": "index.js",
"engines": {
"node": "17.8.0",
"npm": "8.5.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BlindPlayer2005/herokutest.git"
},
"keywords": [
"heroku",
"discord.js"
],
"author": "Blind_Player",
"license": "MIT",
"homepage": "",
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"github": "^14.0.0",
"moment": "^2.29.1",
"mongoose": "^6.0.12",
"node": "^17.4.0",
"wokcommands": "^1.5.3"
}
}