-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 870 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
{
"name": "synthcloud",
"version": "1.0.0",
"description": "SoundCloud alternative",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarkHoust/SynthCloud.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DarkHoust/SynthCloud/issues"
},
"homepage": "https://github.com/DarkHoust/SynthCloud#readme",
"dependencies": {
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.18.0",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"mongoose": "^8.1.3",
"multer": "^1.4.5-lts.1",
"path": "^0.12.7"
}
}