{
  "name": "teledrive-client",
  "version": "2.8.2",
  "description": "NodeJS/Browser MTProto API Telegram client library,",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgilangjanuar/gramjs.git"
  },
  "browser": {
    "fs": false
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgilangjanuar/gramjs/issues"
  },
  "keywords": [
    "telegram",
    "mtproto",
    "userbot",
    "api"
  ],
  "homepage": "https://github.com/mgilangjanuar/gramjs#readme",
  "optionalDependencies": {
    "bufferutil": "^4.0.3",
    "utf-8-validate": "^5.0.5"
  },
  "devDependencies": {
    "@babel/core": "^7.12.13",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.12.16",
    "@types/mime": "^2.0.3",
    "@types/node": "^15.12.0",
    "@types/node-localstorage": "^1.3.0",
    "@types/pako": "^1.0.1",
    "@types/websocket": "^1.0.4",
    "babel-loader": "^8.2.2",
    "jest": "^27.2.5",
    "os-browserify": "^0.3.0",
    "prettier": "2.3.1",
    "process": "^0.11.10",
    "ts-loader": "^8.0.16",
    "ts-node": "^9.1.1",
    "typedoc": "^0.22.11",
    "typedoc-plugin-missing-exports": "^0.22.6",
    "typescript": "^4.2.4",
    "util": "^0.12.4",
    "webpack": "^5.69.0",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "@cryptography/aes": "^0.1.1",
    "async-mutex": "^0.3.0",
    "big-integer": "^1.6.48",
    "buffer": "^6.0.3",
    "htmlparser2": "^6.1.0",
    "mime": "^3.0.0",
    "pako": "^2.0.3",
    "path-browserify": "^1.0.1",
    "store2": "^2.12.0",
    "ts-custom-error": "^3.2.0",
    "websocket": "^1.0.34",
    "node-localstorage": "^2.2.1",
    "socks": "^2.6.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}