UNPKG

756 BJSONView Raw
1{
2 "name": "kellner",
3 "version": "0.0.52",
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": "^5.3.0",
16 "eslint-config-airbnb-base": "^13.1.0",
17 "eslint-plugin-import": "^2.14.0"
18 },
19 "author": "eCollect AG.",
20 "license": "MIT",
21 "dependencies": {
22 "app-root-path": "^2.1.0",
23 "formats": "^1.0.0",
24 "mongodb": "^3.1.13",
25 "mongoose": "^5.3.14",
26 "pino": "^5.11.1",
27 "pino-pretty": "^2.5.0",
28 "require-dir": "^1.2.0",
29 "stack-trace": "0.0.10",
30 "uuid": "^3.3.2",
31 "zaek": "^0.1.52"
32 }
33}