forked from eCollect/oblak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.76 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
{
"name": "oblak",
"version": "0.0.943",
"description": "CQRS/ES Distributed Application Builder",
"main": "index.js",
"private": false,
"scripts": {
"test": "test.js"
},
"bin": {
"oblak": "./bin/cli.js"
},
"types": "./types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/eCollect/oblak.git"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-ecollect-base": "^0.0.3",
"eslint-plugin-import": "^2.14.0"
},
"author": "eCollect AG.",
"license": "MIT",
"dependencies": {
"JSONStream": "^1.3.5",
"ajv": "^6.7.0",
"app-root-path": "^2.1.0",
"better-ajv-errors": "^0.6.1",
"body-parser": "^1.18.3",
"bodybuilder": "^2.2.16",
"chalk": "^2.4.2",
"chokidar": "^2.0.4",
"cli-progress": "^2.1.1",
"command-line-args": "^5.0.2",
"command-line-commands": "^2.0.1",
"command-line-usage": "^5.0.5",
"cors": "^2.8.5",
"cqrs-domain": "^2.14.7",
"cqrs-eventdenormalizer": "^1.16.5",
"cqrs-saga": "^1.11.12",
"cqrs-swissknife": "0.4.56",
"elasticsearch": "^15.3.1",
"eventstore": "^1.14.3",
"express": "^4.16.4",
"fast-stringify": "^1.1.1",
"inquirer": "^6.2.2",
"js-levenshtein": "^1.1.6",
"json5": "^2.1.0",
"kellner": "0.0.49",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.1",
"lodash.mergewith": "^4.6.1",
"lodash.union": "^4.6.0",
"micromustache": "^5.4.0",
"module-alias": "^2.1.0",
"mongodb-uri": "^0.9.7",
"mongoose": "^5.4.8",
"mquery": "^3.2.0",
"nanomatch": "^1.2.13",
"node-spinner": "0.0.4",
"object-assign-deep": "^0.4.0",
"prettier-eslint": "^8.8.2",
"require-dir": "^1.2.0",
"resolve-from": "^4.0.0",
"uuid": "^3.3.2",
"ws": "^6.1.3"
}
}