makeomatic/mservice

View on GitHub
packages/plugin-kafka-types/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@microfleet/plugin-kafka-types",
  "description": "Types for Apache Kafka adapter for microfleet",
  "version": "5.0.1",
  "main": "./index.d.ts",
  "types": "./index.d.ts",
  "scripts": {
    "lint": "eslint './**/*.ts'",
    "test": "npm run lint; tsc",
    "build": "tsc -b tsconfig.json",
    "clean": "rimraf ./lib *.tsbuildinfo"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microfleet/core.git",
    "directory": "packages/plugin-kafka-types"
  },
  "author": "Vitaly Aminev <v@makeomatic.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/microfleet/core/issues"
  },
  "homepage": "https://github.com/microfleet/core#readme",
  "files": [
    "index.d.ts"
  ],
  "devDependencies": {
    "@makeomatic/deploy": "^13.0.7",
    "@release-it/conventional-changelog": "^4.3.0",
    "@types/node": "^20.14.13",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-makeomatic": "^6.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-unicorn": "^51.0.1",
    "jest": "^29.7.0",
    "release-it": "^14.14.3",
    "rimraf": "^5.0.9",
    "sinon": "^17.0.1",
    "tsconfig-paths": "^4.2.0",
    "typescript": "~5.3.3"
  },
  "dependencies": {
    "@makeomatic/node-rdkafka": "^2.17.1"
  }
}