-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1022 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@irontitan/proxy",
"version": "1.0.2",
"description": "Simple express middleware to proxy HTTP / HTTPS requests",
"main": "dist/index.js",
"dependencies": {
"@types/debug": "^4.1.4",
"@types/express": "^4.17.0",
"@types/node": "^12.0.12",
"debug": "^4.1.1",
"express-rescue": "^1.1.22",
"path-parser": "^4.2.0",
"query-string": "^6.8.1"
},
"devDependencies": {},
"scripts": {
"test": "exit 0",
"build": "tsc",
"clean": "rm -rf dist",
"build:clean": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nindooAI/monaco-gateway.git"
},
"keywords": [
"proxy",
"http",
"express",
"https",
"request",
"middleware"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nindooAI/monaco-gateway/issues"
},
"homepage": "https://github.com/nindooAI/monaco-gateway#readme",
"files": [
"dist/**/*.{js,d.ts}"
],
"private": false
}