{
    "name": "zamza",
    "version": "0.37.0",
    "description": "Apache Kafka discovery, indexing, searches, storage, hooks and HTTP gateway",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": "git@github.com:nodefluent/zamza.git",
    "author": "Christian Froehlingsdorf <chris@5cf.de>",
    "license": "SEE LICENSE IN ./LICENSE",
    "private": false,
    "scripts": {
        "tsv": "tsc -v",
        "prepublishOnly": "yarn build",
        "build": "yarn lint && rm -rf dist/ && tsc -p tsconfig.json",
        "_start": "DEBUG=zamza:* node dist/example/index.js",
        "start": "yarn build && yarn _start",
        "lint": "tslint -c tslint.json -p tsconfig.json",
        "fix": "tslint -c tslint.json -p tsconfig.json --fix",
        "pkg:i": "./scripts/self-install.sh",
        "pkg:u": "./scripts/self-update.sh"
    },
    "keywords": [
        "apache",
        "kafka",
        "event",
        "streaming",
        "storage",
        "database",
        "metrics",
        "stats",
        "info",
        "information",
        "analysis",
        "rest",
        "http",
        "get",
        "call",
        "fetch",
        "zamza",
        "franz",
        "georg",
        "samsa",
        "nodefluent",
        "http",
        "gateway",
        "search",
        "index",
        "find",
        "seek"
    ],
    "dependencies": {
        "balrok": "^1.3.0",
        "bluebird": "~3.5.3",
        "body-parser": "~1.18.3",
        "commander": "~2.19.0",
        "cors": "~2.8.5",
        "debug": "~4.1.1",
        "express": "~4.16.4",
        "jsonschema-bigquery": "^1.0.0",
        "moment": "~2.24.0",
        "mongoose": "~5.4.17",
        "murmurhash": "~0.0.2",
        "prom-client": "~11.2.1",
        "ramda": "^0.26.1",
        "request": "~2.88.0",
        "sinek": "~6.24.1",
        "to-json-schema": "~0.2.0",
        "uuid": "~3.3.2"
    },
    "devDependencies": {
        "@types/bluebird": "~3.5.26",
        "@types/cors": "~2.8.4",
        "@types/debug": "~4.1.2",
        "@types/express": "~4.16.1",
        "@types/mongoose": "~5.3.21",
        "@types/murmurhash": "~0.0.1",
        "@types/node": "~11.10.5",
        "@types/ramda": "^0.25.51",
        "@types/request": "~2.48.1",
        "@types/uuid": "~3.4.4",
        "mocha": "~6.0.2",
        "tslint": "~5.13.1",
        "typescript": "~3.3.3333"
    },
    "preferGlobal": true,
    "bin": {
        "zamza": "bin/zamza.js"
    }
}
