-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.07 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
{
"version": "0.3.13-dev",
"namelong": "WEBGATE",
"nametag": "WEBGATE",
"name": "webgate",
"description": "Automagical Proxy Server",
"keywords": [],
"homepage": "https://cogsmith.com",
"license": "http://cogsmith.com/license/public",
"repository": "github:cogsmith/webgate",
"private": true,
"author": {
"name": "David Adam Coffey",
"email": "dac@cogsmith.com",
"url": "http://david-adam-coffey.com"
},
"main": "app.js",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js"
},
"dependencies": {
"@cogsmith/xt": "^1.0.63",
"acme-client": "^4.1.3",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"fastify": "^3.12.0",
"fastify-compress": "^3.4.1",
"fastify-http-proxy": "^5.0.0",
"fastify-static": "^4.0.1",
"http-proxy": "^1.18.1",
"js-yaml": "^4.0.0",
"leveldown": "^6.0.0",
"levelup": "^4.4.0",
"lodash": "^4.17.21",
"nconf": "^0.11.2",
"node-forge": "^0.10.0",
"node-schedule": "^2.0.0",
"pino-pretty": "^4.7.1",
"yargs": "^16.2.0"
},
"versiontaglast": "0.3.12"
}