-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "hurricaneelectricautoipv6tunnelcreator",
"version": "1.0.0",
"description": "HEAT is a mini tool that helps you set up a new IPv6 tunnel from HurricaneElectric.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Building for linux-x64... && pkg . --compress GZip --output HEAT-linux-amd64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrBoombastic/HurricaneElectricAutoIPv6TunnelCreator.git"
},
"keywords": [
"hurricane",
"electric",
"ipv6",
"tunnel",
"6in4",
"6to4",
"tunnelprovider"
],
"author": "MrBoombastic",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/MrBoombastic/HurricaneElectricAutoIPv6TunnelCreator/issues"
},
"homepage": "https://github.com/MrBoombastic/HurricaneElectricAutoIPv6TunnelCreator#readme",
"dependencies": {
"blessed": "^0.1.81",
"command-exists": "^1.2.9",
"got": "^11.8.2",
"ip6addr": "^0.2.3",
"is-elevated": "^3.0.0"
},
"bin": "index.js",
"pkg": {
"assets": "node_modules/blessed/**/*",
"targets": [
"node16-linux-x64"
]
}
}