{
  "name": "folder-upload-webpack-plugin",
  "version": "2.6.1",
  "description": "Upload your folder to ssh sftp server after build, add support to 'webpack --watch'",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "clean": "rimraf lib && rimraf dist",
    "prepublish": "npm run clean && npm run build",
    "prepare": "npm run build",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s00d/folder-upload-webpack-plugin.git"
  },
  "keywords": [
    "ssh",
    "sftp",
    "webpack",
    "upload",
    "folder",
    "faster"
  ],
  "author": "Kuzmin Pavel <Virus191288@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/s00d/folder-upload-webpack-plugin/issues"
  },
  "homepage": "https://github.com/s00d/folder-upload-webpack-plugin#readme",
  "dependencies": {
    "archiver": "^5.3.0",
    "chalk": "^4.1.1",
    "fs-extra": "^9.1.0",
    "readline-sync": "^1.4.10",
    "single-line-log": "^1.1.2",
    "ssh2": "^0.8.9",
    "ssh2-sftp-client": "^6.0.1",
    "webpack-progress-ora-plugin": "^1.5.10"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.0",
    "@types/fs-extra": "^9.0.11",
    "@types/node": "^12.20.10",
    "@types/readline-sync": "^1.4.3",
    "@types/single-line-log": "^1.1.0",
    "@types/ssh2": "^0.5.46",
    "@types/ssh2-sftp-client": "^5.3.1",
    "@types/webpack": "^5.28.0",
    "rimraf": "^3.0.2",
    "webpack": "5"
  },
  "peerDependencies": {
    "webpack": "^5.35.0"
  }
}
