{
  "name": "@cumulus/api-client",
  "version": "22.3.4",
  "description": "API client for working with the Cumulus archive API",
  "keywords": [
    "GIBS",
    "CUMULUS",
    "NASA"
  ],
  "engines": {
    "node": ">=22.21.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/nasa/cumulus/tree/master/packages/api-client#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/nasa/cumulus.git",
    "directory": "packages/api-client"
  },
  "scripts": {
    "clean": "git clean -d -x -e node_modules -f",
    "test": "../../node_modules/.bin/ava",
    "test:ci": "../../scripts/run_package_ci_unit.sh",
    "test:coverage": "../../node_modules/.bin/nyc npm test",
    "build": "npm run tsc",
    "tsc": "../../node_modules/.bin/tsc",
    "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles",
    "watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'",
    "coverage": "python ../../scripts/coverage_handler/coverage.py"
  },
  "ava": {
    "files": [
      "tests/**"
    ],
    "verbose": true,
    "timeout": "15m",
    "failFast": true
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@aws-sdk/client-lambda": "^3.993.0",
    "@cumulus/aws-client": "22.3.4",
    "@cumulus/logger": "22.3.4",
    "p-retry": "^2.0.0"
  },
  "devDependencies": {
    "@cumulus/types": "22.3.4"
  },
  "gitHead": "c2f4f0dcb5e0cd52470ef2bb67a8088d762222a0"
}
