-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 847 Bytes
/
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
{
"name": "docker-openvpn-http-ssh-proxy",
"version": "1.0.0",
"description": "Docker compose OpenVPN client with HTTP and SSH proxy",
"private": true,
"scripts": {
"lint": "prettier --write .",
"lint-ci": "prettier . --check",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=16.9.0",
"pnpm": ">=6.0.0"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/mrauhu/docker-openvpn-http-ssh-proxy.git"
},
"author": "Sergey N <[email protected]> (https://mrauhu.ru/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mrauhu/docker-openvpn-http-ssh-proxy/issues"
},
"homepage": "https://github.com/mrauhu/docker-openvpn-http-ssh-proxy#readme",
"devDependencies": {
"prettier": "^2.5.1"
}
}