-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "brhythm",
"version": "1.0.0",
"description": "A carefully crafted music streaming platform back-end API",
"main": "./bin/www",
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bread-John/brhythm.git"
},
"author": "John Bread",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Bread-John/brhythm/issues"
},
"homepage": "https://github.com/Bread-John/brhythm#readme",
"dependencies": {
"@azure/msal-node": "^2.1.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"@microsoft/microsoft-graph-client": "^3.0.6",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"fluent-ffmpeg": "^2.1.2",
"helmet": "^7.0.0",
"http-errors": "^2.0.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"music-metadata": "^7.13.4",
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.5",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.33.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}