-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
39
{
"name": "growtopia-discord-presence",
"version": "1.7.6",
"description": "Growtopia Discord Rich Presence by GrowStocks",
"main": "src/index.js",
"scripts": {
"lint": "eslint \"src/**\" && eslint \"lib/**\"",
"build": "pkg -t node14-win -o dist/growtopia-rpc-windows.exe src/index.js && pkg -t node14-macos-x64 -o dist/growtopia-rpc-macos src/index.js",
"test": "echo \"Tests are currently not set up.\""
},
"keywords": [
"growtopia",
"growstocks",
"rpc",
"presence",
"discord"
],
"author": "DataCell",
"license": "GPL-3.0",
"dependencies": {
"discord-rpc": "^3.2.0",
"find-process": "^1.4.4",
"hclientify": "^1.0.5",
"os": "^0.1.1"
},
"repository": {
"type": "git",
"url": "[email protected]:GrowStocks/growtopia-rpc.git"
},
"bin": "index.js",
"pkg": {
"outputPath": "dist"
},
"homepage": "https://github.com/GrowStocks/growtopia-rpc#readme",
"devDependencies": {
"eslint": "^7.26.0",
"pkg": "^5.1.0"
}
}