-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.02 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
{
"name": "vlc-rpc",
"version": "1.3.1",
"description": "Discord rich presence for VLC media player.",
"main": "index.js",
"dependencies": {
"axios": "^1.7.4",
"discord-rpc": "^4.0.0",
"js-levenshtein": "^1.1.6",
"register-scheme": "^0.0.2",
"vlc.js": "^3.2.7"
},
"devDependencies": {
"@types/node": "^18.11.3"
},
"scripts": {
"start": "node --trace-deprecation ./src/app.js",
"test": "node ./src/test.js",
"run": "npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreenDiscord/vlc-rpc.git"
},
"keywords": [
"vlc",
"discord",
"rpc"
],
"contributors": [
{
"name": "dylhack",
"email": "dylhack@gmail.com"
},
{
"name": "GreenDiscord",
"email": "green@apolga.com"
},
{
"name": "sdasda7777"
}
],
"author": "GreenDiscord",
"license": "MIT",
"bugs": {
"url": "https://github.com/GreenDiscord/vlc-rpc/issues"
},
"homepage": "https://github.com/GreenDiscord/vlc-rpc#readme"
}