-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.16 KB
/
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
48
49
50
51
52
53
54
55
56
{
"name": "expose-wsl",
"version": "1.1.7",
"description": "The simplest way to expose apps running on WSL to local network devices",
"keywords": [
"windows",
"wsl",
"wsl2",
"cli",
"network",
"workflow",
"devtools",
"expo",
"remote"
],
"repository": {
"type": "git",
"url": "git+https://github.com/icflorescu/expose-wsl.git"
},
"bugs": {
"url": "https://github.com/icflorescu/expose-wsl/issues"
},
"author": {
"name": "Ionut-Cristian Florescu",
"email": "[email protected]",
"url": "https://github.com/icflorescu"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/icflorescu"
},
"license": "ISC",
"main": "run.js",
"type": "module",
"engines": {
"node": ">=14.8.0"
},
"bin": {
"expose-wsl": "run.js"
},
"dependencies": {
"extract-zip": "^2.0.1",
"figlet": "^1.7.0"
},
"devDependencies": {
"@types/node": "^20.12.7",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"vitest": "^1.5.0"
},
"scripts": {
"test": "vitest --run"
}
}