forked from metrico/qryn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 967 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
39
40
41
42
{
"name": "cloki",
"version": "1.0.10",
"description": "Loki API with Clickhouse Backend",
"main": "cloki.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node cloki.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/lmangani/cloki.git"
},
"author": "lorenzo.mangani@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmangani/cloki/issues"
},
"homepage": "https://github.com/lmangani/cloki#readme",
"dependencies": {
"@apla/clickhouse": "^1.6.0",
"fastify": "^1.14.3",
"fastify-static": "^1.1.0",
"fastify-url-data": "^2.2.0",
"jsonic": "^0.3.1",
"protocol-buffers": "^4.1.0",
"record-cache": "^1.1.0",
"short-hash": "^1.0.0",
"fastify-basic-auth": "^0.4.0"
},
"directories": {
"lib": "lib"
},
"keywords": [
"loki",
"logs",
"grafana",
"clickhouse",
"grep",
"prometheus"
]
}