forked from mendhak/docker-http-https-echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 685 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 685 Bytes
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": "@mendhak/http-https-echo",
"repository": {
"type": "git",
"url": "https://github.com/mendhak/docker-http-echo"
},
"version": "1.0.1",
"description": "JSON service for debugging a web setup",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mendhak <gpslogger@mendhak.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"concat-stream": "^2.0.0",
"express": "^4.22.0",
"express-prom-bundle": "^8.0.0",
"jsonwebtoken": "^9.0.0",
"morgan": "^1.10.1"
},
"overrides": {
"jws": "^3.2.3"
}
}