-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
81 lines (81 loc) · 2.1 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "oblak",
"version": "0.0.955-wip.69",
"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": "^6.8.0",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.20.2"
},
"author": "eCollect AG.",
"license": "MIT",
"dependencies": {
"JSONStream": "^1.3.5",
"ajv": "^6.12.0",
"ajv-keywords": "^3.4.1",
"app-root-path": "^3.0.0",
"archiver": "^3.1.1",
"better-ajv-errors": "^0.6.7",
"body-parser": "^1.19.0",
"bodybuilder": "^2.2.21",
"bson": "^4.0.4",
"chalk": "^3.0.0",
"chokidar": "^3.3.0",
"cli-progress": "^2.1.1",
"command-line-args": "^5.1.1",
"command-line-commands": "^2.0.1",
"command-line-usage": "^5.0.5",
"cors": "^2.8.5",
"cqrs-domain": "^2.14.78",
"cqrs-eventdenormalizer": "^1.16.57",
"cqrs-saga": "^1.11.13",
"cqrs-swissknife": "0.4.592",
"cron-parser": "^2.13.0",
"elasticsearch": "^16.7.1",
"eventstore": "^1.15.2",
"express": "^4.17.1",
"fast-json-stringify": "^1.18.0",
"fast-stringify": "^2.0.0",
"fs-extra": "^8.1.0",
"import-fresh": "^3.2.1",
"inquirer": "^7.0.0",
"js-levenshtein": "^1.1.6",
"json5": "^2.1.2",
"kellner": "0.0.69",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.union": "^4.6.0",
"micromustache": "^6.1.1",
"module-alias": "^2.2.2",
"mongodb": "^3.5.5",
"mongodb-uri": "^0.9.7",
"mongoose": "^5.9.7",
"multi-progress": "^2.0.0",
"nanomatch": "^1.2.13",
"node-spinner": "0.0.4",
"object-assign-deep": "^0.4.0",
"p-queue": "^6.3.0",
"prettier-eslint": "^9.0.1",
"progress": "^2.0.3",
"require-dir": "^1.2.0",
"resolve-from": "^5.0.0",
"sift": "^9.0.0",
"uuid": "^3.4.0",
"ws": "^7.2.3",
"yauzl": "^2.10.0"
}
}