-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 903 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
30
{
"name": "example-nodns-proxy-nodejs",
"version": "1.0.0",
"type": "module",
"description": "An example of the reverse proxy you can set up on your side to talk to [DataUnlocker](https://dataunlocker.com).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dataunlocker/example-nodns-proxy-nodejs.git"
},
"keywords": [],
"author": "DataUnlocker",
"license": "MIT",
"bugs": {
"url": "https://github.com/dataunlocker/example-nodns-proxy-nodejs/issues"
},
"homepage": "https://github.com/dataunlocker/example-nodns-proxy-nodejs#readme",
"dependencies": {
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@types/express-http-proxy": "^1.6.1",
"@types/node": "^14.14.7"
}
}