{
  "version": "0.3.3",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "homepage": "https://github.com/Pterko/yandex-disk-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/Pterko/yandex-disk-client.git"
  },
  "keywords": [
    "yandex",
    "yandex-disk",
    "yandex-disk-client"
  ],
  "files": [
    "dist",
    "src",
    "README.md",
    "package.json",
    "package-lock.json"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --collectCoverage",
    "lint": "tsdx lint",
    "lintfix": "tsdx lint --fix",
    "prepare": "tsdx build",
    "docs": "typedoc --plugin typedoc-plugin-markdown --hideSources --excludePrivate --gitRevision master --mode library --out docs src/index.ts src/interfaces/yandex/",
    "husky:pre-commit": ""
  },
  "peerDependencies": {},
  "husky": {
    "hooks": {
      "pre-commit": "npm run husky:pre-commit"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "yandex-disk-client",
  "author": "Pterko",
  "description": "This is Javascript client for Yandex Disk service. It's designed to work in node.js environment and supports only login-password auth.",
  "module": "dist/yandex-disk-client.esm.js",
  "devDependencies": {
    "codecov": "^3.7.2",
    "husky": "^4.2.5",
    "tsdx": "^0.14.1",
    "tslib": "^2.0.1",
    "typedoc": "^0.17.0-3",
    "typedoc-plugin-markdown": "^2.4.2",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@types/md5": "^2.2.0",
    "@types/tough-cookie": "^4.0.0",
    "dotenv": "^8.2.0",
    "got": "^11.6.1",
    "tough-cookie": "^4.0.0"
  }
}
