{
    "name": "kafka-connect",
    "version": "4.0.0",
    "description": "kafka-connect is a framework to move data via kafka",
    "main": "index.js",
    "typings": "index.d.ts",
    "scripts": {
        "test": "istanbul cover _mocha -- --recursive --timeout 12500 --exit -R spec test && istanbul check-coverage --statements 60",
        "test-ci": "istanbul cover _mocha -- --recursive --report lcovonly --exit -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
        "yarn:openssl": "LDFLAGS='-L/usr/local/opt/openssl/lib' CPPFLAGS='-I/usr/local/opt/openssl/include' yarn"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/nodefluent/kafka-connect.git"
    },
    "keywords": [
        "kafka",
        "connect",
        "framework",
        "move",
        "data",
        "postgres",
        "cassandra",
        "bigquery",
        "stream",
        "fluent"
    ],
    "author": "Chris Froehlingsdorf <chris@5cf.de>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/nodefluent/kafka-connect/issues"
    },
    "homepage": "https://github.com/nodefluent/kafka-connect#readme",
    "dependencies": {
        "async": "~3.2.0",
        "bluebird": "~3.7.2",
        "body-parser": "~1.19.0",
        "debug": "~4.1.1",
        "express": "~4.17.1",
        "prom-client": "~12.0.0",
        "sinek": "~9.0.0"
    },
    "devDependencies": {
        "coveralls": "~3.0.9",
        "istanbul": "~0.4.5",
        "mocha": "~7.0.1",
        "mocha-lcov-reporter": "~1.3.0",
        "request": "~2.88.2"
    }
}
