-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
51 lines (51 loc) · 1.35 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
49
50
51
{
"name": "ezytdl",
"version": "3.0.0",
"description": "Advanced electron-based frontend for yt-dlp.",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.5.12",
"auto-launch": "^5.0.6",
"electron-updater": "^6.1.8",
"node-html-parser": "^6.1.13",
"sanitize-filename": "^1.6.3",
"shell-env": "^4.0.1",
"string-similarity": "^4.0.4",
"superagent": "^9.0.2",
"which": "^4.0.0",
"ws": "^8.17.0",
"yargs": "^17.7.2"
},
"scripts": {
"start": "node build start",
"s": "electron .",
"electron-builder": "electron-builder",
"store": "node build store",
"test": "node build test",
"dist": "node build publish",
"nightly": "node build nightly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sylviiu/ezytdl.git"
},
"author": "sylviiu <hi@sylviiu.dev>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sylviiu/ezytdl/issues"
},
"homepage": "https://github.com/sylviiu/ezytdl#readme",
"devDependencies": {
"@fontsource/alata": "^5.0.13",
"@fortawesome/fontawesome-free": "^6.5.2",
"animejs": "^3.2.2",
"bootstrap": "^5.3.3",
"color-scheme": "^1.0.1",
"electron": "^30.0.8",
"electron-builder": "^24.13.3",
"sharp": "^0.33.4",
"showdown": "^2.1.0",
"tinycolor2": "^1.6.0",
"uglify-js": "^3.17.4"
}
}