{
  "name": "@cumulus/es-client",
  "version": "22.3.5",
  "description": "Utilities for working with Elasticsearch",
  "keywords": [
    "CUMULUS",
    "NASA"
  ],
  "engines": {
    "node": ">=22.21.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/nasa/cumulus/tree/master/packages/es-client/README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/nasa/cumulus"
  },
  "scripts": {
    "test": "../../node_modules/.bin/ava",
    "test:ci": "../../scripts/run_package_ci_unit.sh",
    "test:coverage": "../../node_modules/.bin/nyc npm test",
    "coverage": "python ../../scripts/coverage_handler/coverage.py"
  },
  "ava": {
    "files": [
      "tests/*.js"
    ],
    "verbose": true,
    "failFast": true
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-sdk/credential-providers": "^3.993.0",
    "@cumulus/common": "22.3.5",
    "@cumulus/errors": "22.3.5",
    "@cumulus/logger": "22.3.5",
    "@cumulus/message": "22.3.5",
    "@elastic/elasticsearch": "^5.6.20",
    "aws4": "^1.12.0",
    "lodash": "^4.18.1",
    "moment": "^2.30.1",
    "p-limit": "^1.2.0"
  },
  "devDependencies": {
    "@cumulus/aws-client": "22.3.5",
    "@cumulus/test-data": "22.3.5",
    "p-each-series": "^2.1.0"
  },
  "gitHead": "0264d66d8bfe67640f57754f62ac4f99c4904a80"
}
