enn-egg-kafka
Version:
egg kafka plugin base kafkajs module
61 lines • 1.35 kB
JSON
{
"name": "enn-egg-kafka",
"version": "2.0.11",
"description": "egg kafka plugin base kafkajs module",
"eggPlugin": {
"name": "kafka"
},
"keywords": [
"egg-kafkajs",
"egg-Plugin",
"eggjs"
],
"dependencies": {
"kafkajs": "^1.16.0"
},
"files": [
"app.js",
"agent.js",
"config",
"lib",
"app"
],
"devDependencies": {
"autod": "^2.7.1",
"codecov": "^1.0.1",
"egg": "^0.12.0",
"egg-bin": "^2.0.2",
"egg-mock": "^3.0.0",
"eslint": "^3.15.0",
"eslint-config-egg": "^3.2.0",
"supertest": "^3.0.0",
"utility": "^1.9.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "6, 7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-kafka-enn.git"
},
"bugs": {
"url": "https://github.com/ntfs32/egg-kafka-enn/issues"
},
"homepage": "https://github.com/ntfs32/egg-kafka-enn#readme",
"author": "ntfs32",
"license": "MIT",
"__npminstall_done": true,
"_from": "egg-kafka-enn@1.2.6",
"_resolved": "https://registry.npmmirror.com/egg-kafka-enn/-/egg-kafka-enn-1.2.6.tgz"
}