forked from tuanngocptn/nport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 1.69 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "nport",
"version": "2.0.3",
"description": "Free & open source ngrok alternative - Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains",
"type": "module",
"main": "index.js",
"bin": {
"nport": "index.js"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"keywords": [
"ngrok",
"ngrok-alternative",
"tunnel",
"cloudflare",
"cloudflared",
"http-tunnel",
"https-tunnel",
"localhost",
"localhost-tunnel",
"port-forwarding",
"webhook",
"webhook-testing",
"development",
"proxy",
"networking",
"custom-subdomain",
"free-ngrok",
"localtunnel"
],
"homepage": "https://nport.link",
"repository": {
"type": "git",
"url": "git+https://github.com/tuanngocptn/nport.git"
},
"bugs": {
"url": "https://github.com/tuanngocptn/nport/issues",
"email": "tuanngocptn@gmail.com"
},
"license": "MIT",
"author": {
"name": "Nick Pham",
"email": "tuanngocptn@gmail.com",
"url": "https://github.com/tuanngocptn"
},
"contributors": [
{
"name": "Eric Barch",
"email": "ebarch@nooplabs.com"
}
],
"funding": [
{
"type": "individual",
"url": "https://github.com/sponsors/tuanngocptn"
},
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/tuanngocptn"
}
],
"scripts": {
"postinstall": "node bin-manager.js",
"start": "node index.js"
},
"dependencies": {
"axios": "^1.13.2",
"chalk": "^5.6.2",
"ora": "^9.0.0"
},
"files": [
"index.js",
"analytics.js",
"bin-manager.js",
"README.md",
"LICENSE"
],
"os": [
"darwin",
"linux",
"win32"
]
}