{
  "name": "@ngageoint/mage.sftp.service",
  "version": "1.0.0-beta.2",
  "description": "The SFTP service package is a MAGE server plugin that sends observations to and SFTP location on create and update.",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "test": "npm-run-all build test:run",
    "test:run": "jasmine"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngageoint/mage-server.git"
  },
  "keywords": [
    "mage",
    "plugin",
    "sftp"
  ],
  "author": "National Geospatial-Intelligence Agency",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ngageoint/mage-server/issues"
  },
  "homepage": "https://github.com/ngageoint/mage-server#readme",
  "devDependencies": {
    "@types/archiver": "^6.0.2",
    "@types/bson": "^1.0.11",
    "@types/crypto-js": "4.1.1",
    "@types/express": "4.17.21",
    "@types/express-serve-static-core": "4.17.29",
    "@types/geojson": "^7946.0.7",
    "@types/jasmine": "3.10.6",
    "@types/lodash": "4.14.181",
    "@types/mongodb": "^3.6.20",
    "@types/node": "18.18.4",
    "@types/ssh2": "^1.11.18",
    "@types/ssh2-sftp-client": "^9.0.3",
    "cpy-cli": "^3.1.1",
    "jasmine": "3.99.0",
    "lodash": "^4.17.21",
    "nock": "^12.0.3",
    "npm-run-all": "^4.1.5",
    "ts-jest": "^26.1.1",
    "typescript": "~4.6.0"
  },
  "peerDependencies": {
    "@ngageoint/mage.service": "6.3.0",
    "express": "4.21.2",
    "express-session": "1.17.2",
    "mongoose": "^6.12.0"
  },
  "dependencies": {
    "archiver": "^6.0.1",
    "crypto-js": "4.1.1",
    "ssh2-sftp-client": "^9.1.0"
  }
}