@simbatech/simbatechsite 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "@simbatech/simbatechsite",
3
+ "version": "1.0.1",
4
+ "description": "Tunnel HTTP/HTTPS connections via Cloudflare Edge with custom subdomains",
5
+ "type": "module",
6
+ "main": "index.js",
7
+ "bin": {
8
+ "simbatechsite": "index.js"
9
+ },
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org/",
12
+ "access": "public"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/simbatech-work/simbatechsite.git"
17
+ },
18
+ "engines": {
19
+ "node": ">=18.0.0",
20
+ "npm": ">=8.0.0"
21
+ },
22
+ "keywords": [
23
+ "ngrok",
24
+ "ngrok-alternative",
25
+ "tunnel",
26
+ "cloudflare",
27
+ "cloudflared",
28
+ "http-tunnel",
29
+ "https-tunnel",
30
+ "localhost",
31
+ "localhost-tunnel",
32
+ "port-forwarding",
33
+ "webhook",
34
+ "webhook-testing",
35
+ "development",
36
+ "proxy",
37
+ "networking",
38
+ "custom-subdomain",
39
+ "free-ngrok",
40
+ "localtunnel",
41
+ "simbatechsite"
42
+ ],
43
+ "license": "MIT",
44
+ "scripts": {
45
+ "postinstall": "node bin-manager.js",
46
+ "start": "node index.js"
47
+ },
48
+ "dependencies": {
49
+ "axios": "^1.13.2",
50
+ "chalk": "^5.6.2",
51
+ "ora": "^9.0.0"
52
+ },
53
+ "files": [
54
+ "index.js",
55
+ "analytics.js",
56
+ "bin-manager.js",
57
+ "README.md",
58
+ "LICENSE"
59
+ ],
60
+ "os": [
61
+ "darwin",
62
+ "linux",
63
+ "win32"
64
+ ]
65
+ }