{
  "name": "ssh2-sftp-client",
  "version": "10.0.2",
  "description": "ssh2 sftp client for node",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/theophilusx/ssh2-sftp-client"
  },
  "keywords": [
    "sftp",
    "nodejs",
    "promises"
  ],
  "scripts": {
    "test": "mocha",
    "coverage": "nyc npm run test",
    "lint": "eslint \"src/**/*.js\" \"test/**/*.js\""
  },
  "engines": {
    "node": ">=16.20.2"
  },
  "author": "Tim Cross",
  "email": "theophilusx@gmail.com",
  "funding": {
    "type": "individual",
    "url": "https://square.link/u/4g7sPflL"
  },
  "contributors": [
    {
      "name": "见见 (original author)",
      "email": "jyu213@gmail.com"
    }
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "chai": "^4.3.10",
    "chai-as-promised": "^7.1.1",
    "chai-subset": "^1.6.0",
    "checksum": "^1.0.0",
    "dotenv": "^16.0.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-mocha": "^10.2.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-unicorn": "^50.0.1",
    "mocha": "^10.0.0",
    "moment": "^2.29.1",
    "nyc": "^15.1.0",
    "prettier": "^3.0.3",
    "through2": "^4.0.2",
    "winston": "^3.11.0"
  },
  "dependencies": {
    "concat-stream": "^2.0.0",
    "promise-retry": "^2.0.1",
    "ssh2": "^1.15.0"
  }
}
