-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "roblox-rpc",
"productName": "roblox-rpc",
"version": "2.4.0",
"description": "Integrating ROBLOX with Discord Rich Presence",
"main": "./main.js",
"scripts": {
"dev": "electron .",
"dist": "electron-builder"
},
"keywords": [],
"author": {
"name": "ItzBlinkzy"
},
"license": "MIT",
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-updater": "^6.2.1",
"noblox.js": "^6.0.2",
"node-fetch": "^2.6.6",
"semver": "^7.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ItzBlinkzy/roblox-rpc"
},
"build": {
"publish": {
"provider": "github",
"releaseType": "release"
},
"appId": "com.itzblinkzy.robloxrpc",
"productName": "roblox-rpc",
"icon": "./images/logo.ico",
"win": {
"target": "nsis"
},
"directories": {
"output": "dist"
}
},
"devDependencies": {
"@electron-forge/cli": "^6.4.1",
"@electron-forge/maker-deb": "^6.4.1",
"@electron-forge/maker-rpm": "^6.4.1",
"@electron-forge/maker-squirrel": "^6.4.1",
"@electron-forge/maker-zip": "^6.4.1",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.1",
"electron": "26.1.0"
}
}