mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-06-28 04:01:27 +00:00
34 lines
951 B
JSON
34 lines
951 B
JSON
{
|
|
"name": "outline-server",
|
|
"private": true,
|
|
"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",
|
|
"outline-shadowsocksconfig": "github:OutlineFoundation/shadowsocksconfig#v0.2.0",
|
|
"prom-client": "^11.1.3",
|
|
"randomstring": "^1.1.5",
|
|
"restify": "^11.1.0",
|
|
"restify-cors-middleware2": "^2.2.1",
|
|
"restify-errors": "^8.0.2",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.11.2",
|
|
"@types/node": "^12",
|
|
"@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.4",
|
|
"ts-loader": "^9.5.0",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|