-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 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
{
"name": "HttpFS",
"version": "0.0.0.1",
"description": "Http File Server.",
"keywords": [],
"author": "Tiar <tiar.develop@gmail.com>",
"license": "Copyright 2024, AGPL-3.0",
"homepage": "https://github.com/Tiarait/HTTP-FS-Desktop",
"main": "app.js",
"bin": {
"execute": "app.js"
},
"scripts": {
"start": "node app.js",
"build-pkg-win": "pkg app.js --out-name tiar.ua.slf.desktop -C GZip --targets node18-win-x64 --config pkg.json --output 'out/HttpFS-beta-full(win-x64).exe'",
"build-pkg-mac": "pkg app.js --out-name tiar.ua.slf.desktop -C GZip --targets node18-macos-arm64 --config pkg.json --output 'out/HttpFS-beta-full(macos-arm64)'"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"commander": "^8.2.0",
"cookie-session": "^2.1.0",
"fast-folder-size": "^2.2.0",
"formidable": "^2.1.2",
"fs": "^0.0.1-security",
"fs-extra": "^10.0.0",
"mime": "^2.6.0",
"open": "^7.0.3",
"path": "^0.12.7",
"read-last-lines": "^1.8.0",
"serve-static": "^1.14.1",
"url": "^0.11.3",
"ws": "^8.17.0",
"yazl": "^2.5.1"
}
}