{
  "name": "@astronomer/kinesis-consumer",
  "version": "6.1.0",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint lib",
    "prepublish": "npm run test",
    "test": "mocha test/index.test.js",
    "test-watch": "mocha -w test/index.test.js"
  },
  "dependencies": {
    "async": "^2.3.0",
    "aws-kcl": "^0.7.0",
    "debug": "^2.6.3",
    "promise-retry": "^1.1.1"
  },
  "devDependencies": {
    "@astronomerio/astronomer-logger": "^2.0.0",
    "chai": "^3.5.0",
    "dotenv": "2.0.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3",
    "mocha": "^3.0.2",
    "sinon": "^2.2.0"
  }
}
