forked from thoseSkyModders/SkyMusic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 842 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
{
"name": "skymusic",
"version": "1.0.0",
"description": "Website backend for the skyMusic",
"main": "index.js",
"engines": {
"node": "12.18.2"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thoseSkyModders/SkyMusic/SkyMusic.git"
},
"author": "thoseSkyModders",
"license": "ISC",
"bugs": {
"url": "https://github.com/thoseSkyModders/SkyMusic/SkyMusic/issues"
},
"homepage": "https://github.com/thoseSkyModders/SkyMusic/SkyMusic#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord.js": "^12.2.0",
"express": "^4.17.1",
"hastebin-gen": "^2.0.5",
"mongodb": "^3.5.7",
"nodemailer": "^6.4.6",
"sanitize-filename": "^1.6.3",
"sha1": "^1.1.1",
"uuidv4": "^6.0.8"
}
}