-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
46 lines (46 loc) · 1.38 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
{
"name": "SimplePresence",
"version": "2.7.0",
"description": "An easy and simple way to set your Discord Rich Presence Status through RPC!",
"main": "scripts/custom/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": {
"custom": "electron scripts/custom/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",
"discord-rpc": "github:devsnek/discord-rpc",
"electron": "^8.1.1",
"imdb": "^1.1.0",
"lastfm": "^0.9.2",
"moment": "^2.19.2",
"node-spotify-webhelper": "github:justJS/node-spotify-webhelper",
"open": "7.0.3",
"osascript-promise": "^1.0.0",
"parse-duration": "^0.1.1",
"snekfetch": "^3.5.8"
},
"browser": {
"net": false,
"ws": false,
"uws": false,
"erlpack": false,
"src/transports/IPC.js": false
}
}