-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "floatplane-plex-downloader",
"version": "5.19.4",
"private": true,
"type": "module",
"scripts": {
"start": "pnpm run make && node ./dist/float.cjs",
"startHeadless": "pnpm run make && node ./dist/float.cjs --headless",
"make": "node ./make.js"
},
"dependencies": {
"@ctrl/plex": "^4.0.0",
"@inrixia/db": "2.0.2",
"@inrixia/helpers": "^3.21.2",
"@npmcli/package-json": "^7.0.4",
"chalk-template": "^1.1.2",
"default-import": "^2.0.8",
"dotenv": "^17.2.3",
"ffbinaries": "^1.1.6",
"floatplane": "^5.2.4",
"html-to-text": "^9.0.5",
"json5": "^2.2.3",
"mime-types": "^3.0.2",
"multi-progress-bars": "^5.0.3",
"open": "^11.0.0",
"process.argv": "^1.0.0",
"prom-client": "^15.1.3",
"prompts": "^2.4.2",
"sanitize-filename": "^1.6.3",
"semver": "^7.7.3",
"stream-throttle": "^0.1.3",
"ws": "^8.19.0",
"xmlbuilder2": "^4.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/html-to-text": "^9.0.4",
"@types/mime-types": "^3.0.1",
"@types/multi-progress": "^2.0.6",
"@types/node": "^25.0.9",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.7.1",
"@types/stream-throttle": "^0.1.4",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"esbuild": "^0.27.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"got": "^14.6.6",
"postject": "1.0.0-alpha.6",
"rimraf": "^6.1.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}