forked from Jigsaw-Code/outline-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "outline-server",
"private": true,
"version": "1.6.2",
"description": "Outline server",
"main": "build/server/main.js",
"author": "Outline",
"license": "Apache",
"__COMMENTS__": [
"Using https:// for ShadowsocksConfig to avoid adding git in the Docker image"
],
"dependencies": {
"ip-regex": "^4.1.0",
"js-yaml": "^3.12.0",
"node-fetch": "^2.6.7",
"outline-shadowsocksconfig": "github:Jigsaw-Code/outline-shadowsocksconfig#v0.2.0",
"prom-client": "^11.1.3",
"randomstring": "^1.1.5",
"restify": "^8.5.1",
"restify-cors-middleware": "^1.1.1",
"restify-errors": "^8.0.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/js-yaml": "^3.11.2",
"@types/node": "^12",
"@types/node-fetch": "^2.5.7",
"@types/randomstring": "^1.1.6",
"@types/restify": "^8.4.2",
"@types/restify-cors-middleware": "^1.0.1",
"@types/tmp": "^0.2.1",
"tmp": "^0.2.1",
"ts-loader": "^7.0.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}