-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "sarkac",
"version": "0.12.0",
"description": "Apache Kafka topic and message anomaly detection with automated discovery",
"scripts": {
"start": "TZ='Europe/Berlin' NODE_ENV=production DEBUG=sarkac:* node example/example.js",
"produce": "TZ='Europe/Berlin' NODE_ENV=production DEBUG=sarkac:* node example/produceExampleMessages.js",
"fix": "eslint --fix .",
"lint": "eslint .",
"test": "yarn lint && yarn test:only",
"test:only": "TZ='Europe/Berlin' NODE_ENV=test _mocha -R spec --exit --timeout 5000 './test/int/**/*.js'",
"qcommit": "git add . && git commit -m 'auto-generated-commit' && git push origin master",
"mojave": "LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/include' yarn"
},
"dependencies": {
"async": "~2.6.1",
"bluebird": "~3.5.2",
"body-parser": "~1.18.3",
"cors": "v2.8.4",
"debug": "~4.0.1",
"express": "~4.16.3",
"juration": "~0.1.0",
"kafka-streams": "~4.6.3",
"memory-cache": "^0.2.0",
"mongoose": "~5.3.2",
"murmurhash": "~0.0.2",
"sinek": "~6.22.3"
},
"devDependencies": {
"eslint": "~5.6.1",
"mocha": "~5.2.0",
"request": "~2.88.0"
},
"keywords": [
"apache",
"kafka",
"topic",
"message",
"field",
"anomaly",
"detection",
"discovery",
"auto",
"automated",
"sigma"
]
}