This repository has been archived by the owner on May 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.51 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "rblxrp",
"version": "3.2.0",
"description": " Discord Rich Presence for Roblox",
"main": "build/index.js",
"bin": "build/index.js",
"scripts": {
"build": "bash build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rblxRP/rblxRP.git"
},
"keywords": [
"roblox",
"discord",
"rich_presence",
"discord.js",
"richpresence",
"rblx"
],
"contributors": [
{
"name": "theLMGN",
"email": "me@thelmgn.com",
"url": "https://thelmgn.com"
},
{
"name": "Taylor Robinson",
"email": "tayyiorrobinson@gmail.com",
"url": "https://robins.one"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rblxRP/rblxRP/issues"
},
"homepage": "https://github.com/rblxRP/rblxRP#readme",
"dependencies": {
"@types/express": "^4.17.13",
"@types/ws": "^7.4.7",
"easy-presence": "^1.2.0-oops1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",
"node-notifier": "^10.0.0",
"systray": "github:rblxRP/node-systray",
"ws": "^8.2.2"
},
"devDependencies": {
"@types/node": "^10.17.60",
"@types/node-fetch": "^2.5.12",
"@types/node-notifier": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"pkg": "^5.3.2",
"typescript": "^4.3.5"
},
"pkg": {
"scripts": "build/**/*.js",
"assets": "ico/**/*",
"targets": [
"latest-win-x64",
"latest-macos-x64"
],
"outputPath": "deploy"
}
}