-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 959 Bytes
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
{
"name": "nether-dev",
"version": "1.1.4",
"description": "Frictionless local dev proxy for mobile testing",
"main": "bin/index.js",
"type": "module",
"bin": {
"nether": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"commander": "^12.1.0",
"http-proxy": "^1.18.1",
"localtunnel": "^2.0.2",
"picocolors": "^1.1.0",
"qrcode-terminal": "^0.12.0",
"untun": "^0.2.2"
},
"files": [
"bin",
"src"
],
"keywords": [
"proxy",
"localhost",
"mobile-testing",
"dev-server",
"vite",
"nextjs",
"nether"
],
"author": "Sparsh Gupta",
"repository": {
"type": "git",
"url": "git+https://github.com/barryspacezero/nether-dev.git"
},
"bugs": {
"url": "https://github.com/barryspacezero/nether-dev/issues"
},
"homepage": "https://github.com/barryspacezero/nether-dev#readme",
"license": "MIT"
}