UNPKG

703 BJSONView Raw
1{
2 "name": "kellner",
3 "version": "0.0.67",
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.5.1",
16 "eslint-config-ecollect-base": "^0.1.2",
17 "eslint-plugin-import": "^2.18.2"
18 },
19 "author": "eCollect AG.",
20 "license": "MIT",
21 "dependencies": {
22 "app-root-path": "^3.0.0",
23 "formats": "^1.0.0",
24 "pino": "^5.16.0",
25 "pino-pretty": "^3.5.0",
26 "require-dir": "^1.2.0",
27 "stack-trace": "0.0.10",
28 "uuid": "^3.4.0",
29 "zaek": "^1.0.1"
30 }
31}