forked from FoxxMD/multi-scrobbler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "multi-scrobbler",
"version": "0.1.0",
"description": "scrobble plays from multiple sources to multiple clients",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoxxMD/multi-scrobbler.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FoxxMD/multi-scrobbler/issues"
},
"homepage": "https://github.com/FoxxMD/multi-scrobbler#readme",
"dependencies": {
"@awaitjs/express": "^0.6.3",
"body-parser": "^1.19.0",
"compare-versions": "^4.1.2",
"dayjs": "^1.10.4",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"lastfm-node-client": "^2.2.0",
"multer": "^1.4.2",
"passport": "^0.5.0",
"passport-deezer": "^0.2.0",
"safe-stable-stringify": "^1.1.1",
"socket.io": "^4.1.3",
"spotify-web-api-node": "^5.0.2",
"superagent": "^6.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0"
}
}