mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
22 lines
536 B
JSON
22 lines
536 B
JSON
{
|
|
"name": "outline-metrics-server",
|
|
"private": true,
|
|
"version": "1.0.1",
|
|
"description": "Outline metrics server",
|
|
"author": "Outline",
|
|
"license": "Apache",
|
|
"__COMMENTS__": [
|
|
"@google-cloud/storage here only to help Typescript code using @google-cloud/bigquery compile"
|
|
],
|
|
"dependencies": {
|
|
"@google-cloud/bigquery": "^5.12.0",
|
|
"express": "^4.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@google-cloud/storage": "^5.19.4",
|
|
"@types/express": "^4.17.12"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
}
|
|
}
|