-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.04 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "open-orpheus",
"productName": "open-orpheus",
"version": "0.11.4",
"description": "An open-source implementation of Netease Cloud Music's Orpheus browser host.",
"main": ".vite/build/main.js",
"private": true,
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "pnpm lint:eslint && pnpm lint:types",
"lint:eslint": "eslint .",
"lint:types": "pnpm lint:types:root && pnpm lint:types:gui",
"lint:types:root": "tsc --noEmit -p tsconfig.json",
"lint:types:gui": "pnpm --dir gui check",
"format": "prettier --write .",
"build:modules": "node scripts/build-modules.mts"
},
"keywords": [],
"author": {
"name": "YUCLing",
"email": "luotianyi@luotianyi.me"
},
"license": "MIT",
"engines": {
"node": ">=24.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-flatpak": "^7.11.1",
"@electron-forge/maker-rpm": "^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",
"@eslint/js": "^9.39.4",
"@open-orpheus/lifecycle": "workspace:*",
"@reforged/maker-appimage": "^5.2.0",
"@types/audioworklet": "^0.0.97",
"@types/electron-squirrel-startup": "^1.0.2",
"@types/semver": "^7.7.1",
"@types/unzipper": "^0.10.11",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@webtoon/psd": "^0.4.0",
"@xmldom/xmldom": "^0.9.10",
"@yxim/nim-web-sdk": "^9.21.12",
"cookie": "^1.1.1",
"electron": "42.0.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-svelte": "^3.17.1",
"globals": "^17.6.0",
"got": "^15.0.5",
"http-proxy-agent": "^9.0.0",
"https-proxy-agent": "^9.0.0",
"mime": "^4.1.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.4",
"proxy-agent": "^8.0.1",
"semver": "^7.8.0",
"socks-proxy-agent": "^10.0.0",
"typescript": "~6.0.3",
"unzipper": "^0.12.3",
"vite": "^7.3.3"
},
"dependencies": {
"7z-wasm": "^1.2.0",
"@open-orpheus/database": "workspace:*",
"@open-orpheus/ui": "workspace:*",
"@open-orpheus/window": "workspace:*",
"@silvia-odwyer/photon-node": "^0.3.4",
"electron-squirrel-startup": "^1.0.1",
"music-tag-native": "^0.2.4"
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.11.4",
"electron-installer-redhat": "^3.4.0"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d"
}