{
  "name": "qusly-core",
  "version": "4.0.4",
  "description": "Powerful multi-protocol library for file transfer.",
  "keywords": [
    "ftp",
    "sftp",
    "ftps",
    "ssh2",
    "node-ftp",
    "basic-ftp",
    "qusly",
    "qusly-core"
  ],
  "author": {
    "name": "Mikołaj Palkiewicz",
    "email": "xnerhu@gmail.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xnerhu/qusly-core.git"
  },
  "homepage": "https://github.com/xnerhu/qusly-core#readme",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server",
    "build": "concurrently \"npm run clean-build\" \"webpack\"",
    "prepublishOnly": "npm run build",
    "clean-build": "rimraf ./build",
    "clean-docs": "rimraf ./.docs",
    "test": "mocha -r ts-node/register tests/**/*.ts --timeout 5000",
    "coverage": "nyc --reporter=lcov npm run test",
    "docs": "concurrently \"npm run clean-docs\" \"typedoc\""
  },
  "devDependencies": {
    "@types/chai": "^4.2.11",
    "@types/mocha": "^7.0.2",
    "@types/node": "14.0.14",
    "@types/sinon": "^9.0.4",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "chai": "^4.2.0",
    "codecov": "^3.7.0",
    "concurrently": "^5.2.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.3.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "fork-ts-checker-webpack-plugin": "^5.0.5",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.2",
    "sinon": "^9.0.2",
    "ts-loader": "^7.0.5",
    "ts-node": "^8.10.2",
    "typedoc": "^0.17.8",
    "typedoc-plugin-extras": "^1.1.4",
    "typescript": "3.9.5",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {
    "@types/ssh2": "0.5.43",
    "basic-ftp": "4.6.1",
    "ssh2": "0.8.9"
  }
}
