-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "tolocal",
"version": "0.0.4",
"description": "npm cli wraps terraform to create a public facing nginx to localhost reverse proxy.",
"main": "src/index.js",
"bin": {
"@nelsonenzo/tolocal": "bin/tolocal.js",
"tolocal": "bin/tolocal.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Nelson Hernandez",
"homepage": "https://github.com/nelsonenzo/tolocal",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-ec2": "^3.468.0",
"@aws-sdk/client-route-53": "^3.468.0",
"@aws-sdk/credential-providers": "^3.468.0",
"apache-md5": "^1.1.8",
"arg": "^4.1.3",
"axios": "^1.6.2",
"esm": "^3.2.25",
"execa": "^2.1.0",
"inquirer": "^7.1.0",
"ncp": "^2.0.0",
"openssl-nodejs": "^1.0.5",
"pass": "^0.2.0",
"path": "^0.12.7",
"public-ip": "^6.0.1",
"ssh-keygen": "^0.5.0",
"sudo-prompt": "^9.2.1",
"superagent": "^8.1.2",
"util": "^0.12.3"
},
"type": "module"
}