-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
52
53
54
55
56
57
58
{
"name": "cherry-tree",
"version": "1.0.0",
"description": "A web-based UI for your home theatre PC.",
"main": "main.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skywarspro15/Cherry-Tree.git"
},
"keywords": [
"htpc",
"web-os",
"movies",
"tv"
],
"author": "Cherries.to & Tranch Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/skywarspro15/Cherry-Tree/issues"
},
"homepage": "./",
"dependencies": {
"@xhayper/discord-rpc": "^1.2.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"electron-squirrel-startup": "^1.0.1",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.3",
"jsonwebtoken": "^9.0.2",
"media-captions": "^0.0.18",
"mime-types": "^2.1.35",
"node-disk-info": "^1.3.0",
"qrcode": "^1.5.3",
"socket.io": "^4.7.5",
"uuid": "^11.0.3",
"yt-cast-receiver": "^1.2.4"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"electron": "^31.2.1",
"electron-winstaller": "^5.4.0"
}
}