-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.72 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
{
"name": "git-hub-cc-player",
"productName": "git-hub-cc-Player",
"version": "2.10.0",
"description": "A powerful local and online media player.",
"main": ".vite/build/main-api.js",
"scripts": {
"start": "electron-forge start",
"clean": "npm cache clean --force && rmdir /s /q node_modules && del package-lock.json",
"package": "electron-forge package",
"proxy_make": "cross-env HTTP_PROXY=http://127.0.0.1:7890 HTTPS_PROXY=http://127.0.0.1:7890 electron-forge make",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\"",
"update": "npx npm-check-updates -u"
},
"keywords": [
"media",
"player",
"electron",
"music",
"video"
],
"author": {
"name": "cc",
"email": "wyswydx@gmail.com"
},
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.16",
"axios": "^1.13.6",
"canvas": "^3.2.1",
"electron-squirrel-startup": "^1.0.1",
"m3u8-parser": "^7.2.0",
"p-limit": "^7.3.0",
"path-browserify": "^1.0.1",
"pinyin-pro": "^3.28.0",
"winreg": "^1.2.5",
"yt-dlp-wrap-plus": "^2.4.3"
},
"devDependencies": {
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-dmg": "^7.11.1",
"@electron-forge/maker-rpm": "^7.11.1",
"@electron-forge/maker-snap": "^7.11.1",
"@electron-forge/maker-squirrel": "^7.11.1",
"@electron-forge/maker-zip": "^7.11.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron-forge/plugin-vite": "^7.11.1",
"@electron/fuses": "^1.8.0",
"cross-env": "^10.1.0",
"electron": "41.0.2",
"vite": "^8.0.0"
}
}