-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.23 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.23 KB
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
{
"name": "rgwebhook",
"version": "0.3.2",
"description": "An easy to use webhook link generate supporting multiple provider for hosting",
"main": "main.js",
"scripts": {
"ping:ngrok": "ngrok http 3000 && echo 'Ngrok server pinged successfully' || echo 'Error: Failed to ping Ngrok server'",
"ping:tunnelmole": "tunnelmole --port 3000 && echo 'Tunnelmole server pinged successfully' || echo 'Error: Failed to ping Tunnelmole server'",
"ping:localtunnel": "lt --port 3000 && echo 'Localtunnel server pinged successfully' || echo 'Error: Failed to ping Localtunnel server'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OfficialCodinary/rgwebhook.git"
},
"keywords": [
"webhooklink",
"link",
"webhhook",
"ngrok",
"tunnelmole",
"@ngrok/ngrok",
"localtunnel",
"rg",
"robbing",
"gamer"
],
"author": "ROBBING GAMER",
"license": "MIT",
"bugs": {
"url": "https://github.com/OfficialCodinary/rgwebhook/issues"
},
"homepage": "https://github.com/OfficialCodinary/rgwebhook#readme",
"dependencies": {
"@fastify/sensible": "^5.5.0",
"@ngrok/ngrok": "^0.9.1",
"fastify": "^4.24.3",
"localtunnel": "^2.0.2",
"tunnelmole": "^2.2.8"
}
}