-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 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
{
"name": "rpresence",
"version": "2.3.0",
"description": "Roblox to Discord Rich Presence",
"main": "build/index.js",
"scripts": {
"test": "npm run build && npm run start",
"start": "electron build/index.js",
"copystatic": "copyfiles -u 1 ico/**/*.* build/ico/",
"build": "tsc && npm run copystatic",
"package-win": "npm run build && call electron-packager . rpresence --platform win32 --out ./dist --overwrite --icon ./ico/logo.ico",
"native-rebuild": "call .\\node_modules\\.bin\\electron-rebuild.cmd"
},
"keywords": [
"roblox",
"discord",
"rich_presence",
"discord.js",
"richpresence",
"rblx"
],
"author": "6ixfalls",
"license": "GPL-3.0",
"dependencies": {
"axios": "^0.25.0",
"body-parser": "^1.19.0",
"discord-rpc": "^3.1.0",
"electron-log": "^4.4.1",
"express": "^4.17.1",
"find-process": "^1.4.7",
"object-fill-missing-keys": "^8.1.0",
"source-map-support": "^0.5.21",
"wql-process-monitor": "github:xan105/node-processMonitor#ed58a15212366626e5e49daa3bf51fccc900f324"
},
"devDependencies": {
"@types/discord-rpc": "^4.0.0",
"@types/express": "^4.17.13",
"asar": "^3.1.0",
"copyfiles": "^2.4.1",
"electron": "^13.1.7"
}
}