{
  "name": "@cumulus/sftp-client",
  "version": "22.2.5",
  "description": "A Promise-based SFTP client",
  "keywords": [
    "GIBS",
    "CUMULUS",
    "NASA"
  ],
  "engines": {
    "node": ">=22.21.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/nasa/cumulus/tree/master/packages/sftp-client#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/nasa/cumulus",
    "directory": "packages/sftp-client"
  },
  "main": "dist/index.js",
  "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": {
    "verbose": true,
    "timeout": "15m",
    "failFast": true
  },
  "author": "Cumulus Authors",
  "license": "Apache-2.0",
  "dependencies": {
    "@cumulus/aws-client": "22.2.5",
    "@cumulus/common": "22.2.5",
    "lodash": "^4.18.1",
    "mime-types": "^2.1.27",
    "ssh2": "^1.16.0",
    "ssh2-sftp-client": "^11.0.0"
  },
  "devDependencies": {
    "@cumulus/checksum": "22.2.5",
    "@cumulus/test-data": "22.2.5",
    "@types/ssh2-sftp-client": "^7.0.0"
  },
  "gitHead": "c822a4d1740ff852732a3a25ae08ee0f4cbb5f4c"
}
