-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 990 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
{
"name": "@fugazi/proxify",
"version": "1.0.1",
"description": "a fugazi proxy to avoid cross origin issues",
"main": "scripts/bin/index.js",
"types": "scripts/bin/index.d.ts",
"scripts": {
"compile": "node_modules/typescript/bin/tsc -p scripts",
"start": "node scripts/bin/index.js"
},
"keywords": [
"fugazi",
"proxy",
"cross origin",
"api",
"rest",
"rpc"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fugazi-io/proxify.git"
},
"author": "Nitzan Tomer <[email protected]> (https://github.com/nitzantomer)",
"license": "ISC",
"bugs": {
"url": "https://github.com/fugazi-io/proxify/issues"
},
"homepage": "https://github.com/fugazi-io/proxify#readme",
"dependencies": {
"@fugazi/connector": "^1.0.14",
"@types/commander": "^2.3.31",
"@types/request": "0.0.44",
"commander": "^2.9.0",
"http-proxy": "^1.16.2",
"request": "^2.81.0",
"typescript": "^2.3.4"
}
}