-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 864 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 864 Bytes
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
{
"name": "mpv-remote",
"version": "1.0.7",
"description": "MPV remote control",
"main": "./remote.socketio.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin.js",
"author": "Ferenc Nánási",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"node-disk-info": "^1.3.0",
"node-mpv": "^2.0.0-beta.2",
"portfinder": "^1.0.28",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"yargs": "^17.2.1"
},
"type": "commonjs",
"keywords": [
"mpv",
"Audio",
"Video",
"Stream",
"multimedia",
"Remote"
],
"pnpm": {
"overrides": {
"node-gyp": "11.x"
},
"onlyBuiltDependencies": [
"sqlite3"
]
},
"overrides": {
"node-gyp": "11.x"
},
"license": "MIT",
"homepage": "https://github.com/husudosu/mpv-remote-node"
}