-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
{
"//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": "hello-express",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "bot.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"canvacord": "^5.0.8",
"common-tags": "^1.8.0",
"cords-handler": "^1.2.12",
"cpu-stat": "^2.0.1",
"croxydb": "0.0.7",
"discord-player": "^3.2.1",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"file-system": "^2.2.2",
"fs": "^0.0.2",
"g9-collection": "^0.0.3",
"g9db": "^1.0.2",
"generate-password": "^1.6.0",
"lodash": "^4.17.20",
"moment": "^2.26.0",
"moment-duration-format": "^2.2.2",
"mongoose": "^5.11.13",
"ms": "^2.1.2",
"parse-ms": "^2.1.0",
"quick.db": "^7.1.1"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}