-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.12 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "zamza",
"version": "0.37.0",
"description": "Apache Kafka discovery, indexing, searches, storage, hooks and HTTP gateway",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "[email protected]:nodefluent/zamza.git",
"author": "Christian Froehlingsdorf <[email protected]>",
"license": "SEE LICENSE IN ./LICENSE",
"private": false,
"scripts": {
"tsv": "tsc -v",
"prepublishOnly": "yarn build",
"build": "yarn lint && rm -rf dist/ && tsc -p tsconfig.json",
"_start": "DEBUG=zamza:* node dist/example/index.js",
"start": "yarn build && yarn _start",
"lint": "tslint -c tslint.json -p tsconfig.json",
"fix": "tslint -c tslint.json -p tsconfig.json --fix",
"pkg:i": "./scripts/self-install.sh",
"pkg:u": "./scripts/self-update.sh"
},
"keywords": [
"apache",
"kafka",
"event",
"streaming",
"storage",
"database",
"metrics",
"stats",
"info",
"information",
"analysis",
"rest",
"http",
"get",
"call",
"fetch",
"zamza",
"franz",
"georg",
"samsa",
"nodefluent",
"http",
"gateway",
"search",
"index",
"find",
"seek"
],
"dependencies": {
"balrok": "^1.3.0",
"bluebird": "~3.5.3",
"body-parser": "~1.18.3",
"commander": "~2.19.0",
"cors": "~2.8.5",
"debug": "~4.1.1",
"express": "~4.16.4",
"jsonschema-bigquery": "^1.0.0",
"moment": "~2.24.0",
"mongoose": "~5.4.17",
"murmurhash": "~0.0.2",
"prom-client": "~11.2.1",
"ramda": "^0.26.1",
"request": "~2.88.0",
"sinek": "~6.24.1",
"to-json-schema": "~0.2.0",
"uuid": "~3.3.2"
},
"devDependencies": {
"@types/bluebird": "~3.5.26",
"@types/cors": "~2.8.4",
"@types/debug": "~4.1.2",
"@types/express": "~4.16.1",
"@types/mongoose": "~5.3.21",
"@types/murmurhash": "~0.0.1",
"@types/node": "~11.10.5",
"@types/ramda": "^0.25.51",
"@types/request": "~2.48.1",
"@types/uuid": "~3.4.4",
"mocha": "~6.0.2",
"tslint": "~5.13.1",
"typescript": "~3.3.3333"
},
"preferGlobal": true,
"bin": {
"zamza": "bin/zamza.js"
}
}