-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
44
45
46
47
48
49
50
51
{
"name": "cloudberry",
"version": "0.0.8",
"description": "HTTP/HTTPS middleware driven proxy server",
"main": "index.js",
"scripts": {
"work": "nodemon -w '**/*.js' test2.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"dependencies": {
"bindings": "^1.5.0",
"dezalgo": "^1.0.3",
"minimist": "^1.2.5",
"node-forge": "^1.3.0"
},
"devDependencies": {
"@monai/eslint-config-base": "^0.0.3",
"@monai/eslint-config-node": "^0.0.3",
"@monai/eslint-config-style": "^0.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"nodemon": "^2.0.7"
},
"files": [
"bin",
"lib",
"src",
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/monai/cloudberry.git"
},
"bugs": {
"url": "https://github.com/monai/cloudberry/issues"
},
"homepage": "https://github.com/monai/cloudberry#readme",
"keywords": [
"http",
"https",
"proxy",
"middleware",
"tls",
"decrypt"
],
"author": "monai",
"license": "ISC"
}