forked from klassicstudios/SimplePresence-Nightscout-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.64 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
{
"name": "SimplePresence",
"version": "2.6.0",
"description": "An easy and simple way to set your Discord Rich Presence Status through RPC!",
"main": "scripts/nightscout/main.js",
"author": "dotJS",
"license": "MIT",
"homepage": "https://github.com/justdotJS/SimplePresence#readme",
"bugs": {
"url": "https://github.com/justdotJS/SimplePresence/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justdotJS/SimplePresence.git"
},
"scripts": {
"nightscout": "electron scripts/nightscout/main.js",
"apple": "electron scripts/apple/main.js",
"spotify": "electron scripts/spotify/main.js",
"google": "electron scripts/google/main.js",
"lastfm": "electron scripts/lastfm/main.js",
"imdb": "electron scripts/imdb/main.js",
"youtube": "electron scripts/youtube/main.js",
"foobar": "electron scripts/foobar/main.js"
},
"dependencies": {
"@dnode/parse-duration": "^1.4.2",
"bufferutil": "^3.0.3",
"discord-rpc": "github:devsnek/discord-rpc",
"electron": "^1.8.2",
"erlpack": "^0.1.2",
"imdb": "^1.1.0",
"lastfm": "^0.9.2",
"libsodium-wrappers": "^0.7.3",
"moment": "^2.19.2",
"node-opus": "^0.2.7",
"node-spotify-webhelper": "github:justdotJS/node-spotify-webhelper",
"open": "0.0.5",
"opusscript": "0.0.6",
"osascript-promise": "^1.0.0",
"parse-duration": "^0.1.1",
"register-scheme": "0.0.1",
"request": "^2.83.0",
"snekfetch": "^3.5.8",
"uws": "^9.14.0",
"zlib-sync": "^0.1.4"
},
"browser": {
"net": false,
"ws": false,
"uws": false,
"erlpack": false,
"src/transports/IPC.js": false
}
}