UNPKG

703 BJSONView Raw
1{
2 "name": "kellner",
3 "version": "0.0.56",
4 "description": "Build stream based ES/CQRS applications",
5 "main": "index.js",
6 "private": false,
7 "scripts": {
8 "test": "test.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/eCollect/kellner.git"
13 },
14 "devDependencies": {
15 "eslint": "^6.2.2",
16 "eslint-config-airbnb-base": "^14.0.0",
17 "eslint-plugin-import": "^2.18.2"
18 },
19 "author": "eCollect AG.",
20 "license": "MIT",
21 "dependencies": {
22 "app-root-path": "^2.2.1",
23 "formats": "^1.0.0",
24 "pino": "^5.13.2",
25 "pino-pretty": "^3.2.1",
26 "require-dir": "^1.2.0",
27 "stack-trace": "0.0.10",
28 "uuid": "^3.3.3",
29 "zaek": "^0.1.54"
30 }
31}