|
4 | 4 | "description": "Discord rich presence for VLC media player.", |
5 | 5 | "main": "index.js", |
6 | 6 | "dependencies": { |
| 7 | + "combined-stream": "^1.0.8", |
| 8 | + "bindings": "^1.5.0", |
7 | 9 | "album-art": "^1.0.4", |
| 10 | + "asynckit": "^0.4.0", |
8 | 11 | "axios": "^1.1.3", |
9 | | - "discord-rpc": "^3.1.1", |
| 12 | + "delayed-stream": "^1.0.0", |
| 13 | + "discord-rpc": "^3.2.0", |
| 14 | + "encoding": "^0.1.13", |
| 15 | + "file-uri-to-path": "^1.0.0", |
| 16 | + "follow-redirects": "^1.15.2", |
10 | 17 | "form-data": "^4.0.0", |
| 18 | + "mime-db": "^1.52.0", |
| 19 | + "iconv-lite": "^0.6.3", |
| 20 | + "miniget": "^4.2.2", |
| 21 | + "mime-types": "^2.1.35", |
| 22 | + "node-fetch": "^2.6.7", |
| 23 | + "node-addon-api": "^1.7.2", |
| 24 | + "proxy-from-env": "^1.1.0", |
| 25 | + "register-scheme": "^0.0.2", |
| 26 | + "safer-buffer": "^2.1.2", |
11 | 27 | "vlc.js": "^3.2.7", |
| 28 | + "tr46": "^0.0.3", |
| 29 | + "whatwg-url": "^5.0.0", |
| 30 | + "webidl-conversions": "^3.0.1", |
| 31 | + "ws": "^7.5.9", |
12 | 32 | "ytsr": "^3.8.0" |
13 | 33 | }, |
| 34 | + "devDependencies": { |
| 35 | + "@types/node": "^18.11.3" |
| 36 | + }, |
14 | 37 | "scripts": { |
15 | 38 | "start": "node ./src/app.js", |
16 | 39 | "run": "npm start" |
|
19 | 42 | "type": "git", |
20 | 43 | "url": "git+https://github.com/GreenDiscord/vlc-rpc.git" |
21 | 44 | }, |
22 | | - "keywords": [], |
23 | | - "author": "GreenDiscord", |
| 45 | + "keywords": [ |
| 46 | + "vlc", |
| 47 | + "discord", |
| 48 | + "rpc" |
| 49 | + ], |
24 | 50 | "contributors": [ |
25 | 51 | { |
26 | 52 | "name": "dylhack", |
|
31 | 57 | |
32 | 58 | } |
33 | 59 | ], |
| 60 | + "author": "GreenDiscord", |
34 | 61 | "license": "MIT", |
35 | 62 | "bugs": { |
36 | 63 | "url": "https://github.com/GreenDiscord/vlc-rpc/issues" |
37 | 64 | }, |
38 | | - "homepage": "https://github.com/GreenDiscord/vlc-rpc#readme", |
39 | | - "devDependencies": { |
40 | | - "@types/node": "^18.11.3" |
41 | | - } |
| 65 | + "homepage": "https://github.com/GreenDiscord/vlc-rpc#readme" |
42 | 66 | } |
0 commit comments