-
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) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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": "@ethiclab/easy-cli",
"version": "2.3.0",
"description": "Nginx reverse proxy with Let's Encrypt SSL automation, multi-DNS provider support (IONOS, Route53, Cloudflare, DigitalOcean)",
"files": [
"easy",
"commands/",
"easyhome/",
"Dockerfile",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"test": "bats test/",
"lint": "shellcheck easy configure-local-devenv commands/*.sh easyhome/add_domain easyhome/add_subdomain_http easyhome/add_subdomain_https easyhome/easy-proxy-start easyhome/ionos-config-helper.sh .husky/pre-push"
},
"bin": {
"easy": "easy"
},
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethiclab/easy-proxy.git"
},
"keywords": [
"nginx",
"ssl",
"letsencrypt",
"docker",
"dns-01",
"ionos",
"certbot"
],
"author": "EthicLab <dev@ethiclab.it>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethiclab/easy-proxy/issues"
},
"homepage": "https://github.com/ethiclab/easy-proxy#readme",
"dependencies": {}
}