-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"//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": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.3.3",
"discord-ytdl-core": "^5.0.0",
"discord.js": "^12.5.1",
"express": "^4.17.1",
"ffmpeg-static": "^4.2.7",
"figlet": "^1.5.0",
"fs": "^0.0.2",
"genius-lyrics": "^4.2.1",
"lyrics-finder": "^21.7.0",
"moment": "^2.27.0",
"ms": "^2.1.3",
"node.js": "0.0.1-security",
"path": "^0.12.7",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^0.2.4",
"string-progressbar": "^1.0.1",
"youtube-sr": "^3.0.0",
"ytdl-core": "^4.4.4"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}