forked from wrapper-offline/wrapper-offline
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
44
45
46
47
48
{
"name": "wrapper-offline",
"description": "A Node.js app which communicates with a web server to run the LVM",
"version": "2.1.0",
"homepage": "https://discord.gg/Kf7BzSw",
"license": "MIT",
"private": true,
"scripts": {
"start": "npx nodemon main.js --exec electron . --ignore ./_LOGS --ignore ./_SAVED --ignore ./_ASSETS --ignore ./_CACHÉ",
"build": "npx electron-packager . --ignore=^/server",
"test": "mocha"
},
"main": "main.js",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.4.1",
"@octanuary/httpz": "^1.0.3",
"brotli": "^1.3.3",
"electron": "^11.5.0",
"eta": "^2.0.0",
"file-type": "^16.5.1",
"fluent-ffmpeg": "^2.1.2",
"formidable": "^2.0.1",
"js-md5": "^0.7.3",
"mime-types": "^2.1.35",
"mp3-duration": "^1.1.0",
"node-static": "^0.7.11",
"node-zip": "github:kyriosli/node-zip",
"nodemon": "^2.0.22",
"sharp": "^0.30.6",
"tempfile": "^3.0.0",
"xmldoc": "^1.1.2"
},
"devDependencies": {
"electron-packager": "^15.5.1",
"js-base64": "^3.7.2",
"mocha": "^10.0.0",
"supertest": "^6.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wrapper-Offline/Wrapper-Offline.git"
},
"author": "Wrapper: Offline",
"bugs": {
"url": "https://github.com/Wrapper-Offline/Wrapper-Offline/issues"
}
}