-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
36
37
38
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "minecraftrpg",
"version": "0.0.1",
"description": "Rpg from minecraft game in a discord bot.",
"main": "app.js",
"scripts": {
"start": "node shard.js"
},
"dependencies": {
"express": "^4.17.1",
"discord.js": "^12.3.1",
"fs": "^0.0.2",
"mongoose": "^5.10.5",
"path": "^0.12.7",
"http": "^0.0.0",
"ejs": "^3.1.5",
"node-superfetch": "^0.1.10",
"pretty-ms": "^7.0.0",
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"express-session": "^1.17.1"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}