-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.45 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
{
"name": "nginx-proxy-menager-plus",
"version": "1.0.0",
"description": "Premium JavaScript Client wrapper for Nginx Proxy Manager Plus (NPMplus) API. Features auto-token management, session cookie processing, self-signed SSL support, and complete programmatic CRUD controls.",
"main": "src/index.js",
"type": "module",
"scripts": {
"test:health": "node test/health_check.js",
"test:schema": "node test/schema_check.js",
"test:version": "node test/version_check.js",
"test:tokens": "node test/tokens_check.js",
"test:audit": "node test/audit_logs_check.js",
"test:access": "node test/access_lists_check.js",
"test:users": "node test/users_check.js",
"test:settings": "node test/settings_check.js",
"test:reports": "node test/reports_check.js",
"test:streams": "node test/streams_check.js",
"test:redirection": "node test/redirection_hosts_check.js",
"test:proxy": "node test/proxy_hosts_check.js",
"test:certificates": "node test/certificates_check.js",
"test:dead": "node test/dead_hosts_check.js",
"test:apikey": "node test/api_key_only_check.js"
},
"keywords": [
"nginx-proxy-manager",
"nginx-proxy-manager-plus",
"npmplus",
"nginx",
"reverse-proxy",
"api-client",
"npm",
"ssl-certificates",
"wleci.pl"
],
"author": "wleci.pl <contact@wleci.pl> (https://wleci.pl)",
"homepage": "https://wleci.pl",
"license": "MIT",
"dependencies": {
"axios": "^1.18.0"
}
}