-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 784 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 784 Bytes
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
{
"name": "juke-restainer",
"version": "1.0.3",
"description": "A simple service to search music file on a folder, NAS, etc and expose data (tag, file location, etc) over api",
"main": "server.js",
"scripts": {
"start": "node server.js -c /opt/temp/docker/JukeRestainer",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Luca Mazzilli",
"license": "Apache-2.0",
"dependencies": {
"@derhuerst/http-basic": "^8.2.1",
"chokidar": "^3.5.1",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"find": "^0.2.9",
"lowdb": "^1.0.0",
"music-metadata": "^5.4.3",
"node-id3": "^0.1.21",
"ytdl-core": "^4.9.1",
"ytpl": "^2.2.3"
},
"devDependencies": {
"kind-of": ">=6.0.3",
"nodemon": "^2.0.13"
}
}