-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 930 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
40
41
42
43
44
45
46
47
{
"name": "crrpc",
"version": "1.0.0",
"description": "Discord Rich Presence that shows on your profile your Clash Royale statistics.",
"main": "src/index.js",
"scripts": {
"start": "node ."
},
"keywords": [
"discord",
"discordapp",
"rpc",
"clash-royale",
"discord-js",
"supercell",
"clash-royale-api",
"djs",
"rich-presence",
"supercell-clash-royale"
],
"author": {
"name": "Noowz",
"email": "[email protected]",
"url": "https://github.com/noowz"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/noowz/CRRPC"
},
"bugs": {
"url": "https://github.com/noowz/CRRPC/issues"
},
"homepage": "https://github.com/noowz/CRRPC#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/noowz"
}
],
"dependencies": {
"axios": "^1.7.3",
"chalk": "^4.1.2",
"discord-rpc": "^4.0.1",
"google-play-scraper": "^9.2.0"
}
}