forked from Inrixia/Floatplane-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 722 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 722 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
29
30
{
"name": "Floatplane-PlexDownloader",
"version": "4.4.0",
"private": true,
"scripts": {
"start": "node float.js pause"
},
"dependencies": {
"adm-zip": "0.4.13",
"cheerio": "^1.0.0-rc.2",
"fast-deep-equal": "^2.0.1",
"fetch": "^1.1.0",
"ffmpeg-binaries": "^4.0.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"fs-extra": "^7.0.1",
"glob": "^7.1.2",
"json-schema-traverse": "^0.4.1",
"multi-progress": "^2.0.0",
"npm": "^6.7.0",
"pad": "^2.0.3",
"progress": "^2.0.0",
"prompt": "^1.0.0",
"request": "^2.85.0",
"request-progress": "^3.0.0",
"rimraf": "^2.6.2",
"sanitize-filename": "^1.6.1",
"ytdl-core": "^0.29.1"
}
}