forked from alairon/SwitchRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 972 Bytes
/
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
{
"name": "switchrp",
"productName": "Switch RP",
"version": "0.5.2",
"description": "An electron application for Nintendo Switch users that allows them to update their game status via Discord Rich Presence.",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/alairon/SwitchRP.git"
},
"keywords": [
"electron",
"discord",
"discord-rp",
"switch"
],
"author": "alairon",
"license": "MIT",
"bugs": {
"url": "https://github.com/alairon/SwitchRP/issues"
},
"homepage": "https://github.com/alairon/SwitchRP#readme",
"dependencies": {
"discord-rich-presence": "0.0.7",
"discord-rpc": "^3.0.1",
"discord.js": "^11.4.2",
"electron": "^4.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}