1 | {
|
2 | "name": "oblak",
|
3 | "version": "0.0.955-wip.51",
|
4 | "description": "CQRS/ES Distributed Application Builder",
|
5 | "main": "index.js",
|
6 | "private": false,
|
7 | "scripts": {
|
8 | "test": "test.js"
|
9 | },
|
10 | "bin": {
|
11 | "oblak": "./bin/cli.js"
|
12 | },
|
13 | "types": "./types/index.d.ts",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "https://github.com/eCollect/oblak.git"
|
17 | },
|
18 | "devDependencies": {
|
19 | "eslint": "^6.2.2",
|
20 | "eslint-config-ecollect-base": "^0.1.2",
|
21 | "eslint-plugin-import": "^2.18.2"
|
22 | },
|
23 | "author": "eCollect AG.",
|
24 | "license": "MIT",
|
25 | "dependencies": {
|
26 | "JSONStream": "^1.3.5",
|
27 | "ajv": "^6.7.0",
|
28 | "app-root-path": "^3.0.0",
|
29 | "archiver": "^3.1.1",
|
30 | "better-ajv-errors": "^0.6.4",
|
31 | "body-parser": "^1.19.0",
|
32 | "bodybuilder": "^2.2.18",
|
33 | "bson": "^4.0.2",
|
34 | "chalk": "^3.0.0",
|
35 | "chokidar": "^3.3.0",
|
36 | "cli-progress": "^2.1.1",
|
37 | "command-line-args": "^5.1.1",
|
38 | "command-line-commands": "^2.0.1",
|
39 | "command-line-usage": "^5.0.5",
|
40 | "cors": "^2.8.5",
|
41 | "cqrs-domain": "^2.14.76",
|
42 | "cqrs-eventdenormalizer": "^1.16.56",
|
43 | "cqrs-saga": "^1.11.13",
|
44 | "cqrs-swissknife": "0.4.592",
|
45 | "elasticsearch": "^16.5.0",
|
46 | "eventstore": "^1.15.2",
|
47 | "express": "^4.17.1",
|
48 | "fast-json-stringify": "^1.15.6",
|
49 | "fast-stringify": "^2.0.0",
|
50 | "fs-extra": "^8.1.0",
|
51 | "inquirer": "^7.0.0",
|
52 | "js-levenshtein": "^1.1.6",
|
53 | "json5": "^2.1.1",
|
54 | "kellner": "0.0.59",
|
55 | "lodash.debounce": "^4.0.8",
|
56 | "lodash.merge": "^4.6.2",
|
57 | "lodash.mergewith": "^4.6.2",
|
58 | "lodash.union": "^4.6.0",
|
59 | "micromustache": "^6.1.1",
|
60 | "module-alias": "^2.2.2",
|
61 | "mongodb": "^3.3.4",
|
62 | "mongodb-uri": "^0.9.7",
|
63 | "mongoose": "^5.7.12",
|
64 | "multi-progress": "^2.0.0",
|
65 | "nanomatch": "^1.2.13",
|
66 | "node-spinner": "0.0.4",
|
67 | "object-assign-deep": "^0.4.0",
|
68 | "p-queue": "^6.2.1",
|
69 | "prettier-eslint": "^9.0.1",
|
70 | "progress": "^2.0.3",
|
71 | "require-dir": "^1.2.0",
|
72 | "resolve-from": "^5.0.0",
|
73 | "sift": "^9.0.0",
|
74 | "uuid": "^3.3.3",
|
75 | "ws": "^7.2.0",
|
76 | "yauzl": "^2.10.0"
|
77 | }
|
78 | }
|