-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.73 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.73 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"//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 bot.js"
},
"dependencies": {
"chalk": "^4.0.0",
"colors": "^1.4.0",
"common-tags": "^1.8.0",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-binaries": "^4.0.0",
"figlet": "^1.4.0",
"fs": "^0.0.2",
"g-image-search": "^1.0.2",
"gifencoder": "^2.0.1",
"google": "^2.1.0",
"jimp": "^0.10.3",
"js-base64": "^2.5.2",
"js-robloxapi": "^1.0.6",
"kratos": "^2.3.3",
"moment": "^2.25.3",
"moment-duration-format": "^2.2.2",
"node-gyp": "^6.1.0",
"node-opus": "^0.3.3",
"opusscript": "^0.0.7",
"path": "^0.12.7",
"quick-db": "^1.0.5",
"quick.db": "^6.3.2",
"random-puppy": "^1.1.0",
"randomstring": "^1.1.5",
"rebuild": "^0.1.2",
"request": "^2.88.2",
"server.js": "^1.0.0",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"sqlite": "^4.0.7",
"steam-provider": "^0.2.0",
"steamcommunity": "^3.41.2",
"superagent": "^5.2.2",
"weather-js": "^2.0.0",
"ytdl-core": "^4.0.2"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}