{
  "name": "teleproto",
  "version": "1.225.3",
  "description": "Telegram MTProto API client library written in TypeScript",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanyok12345/teleproto.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sanyok12345/teleproto/issues"
  },
  "keywords": [
    "telegram",
    "mtproto",
    "userbot",
    "typescript",
    "nodejs"
  ],
  "homepage": "https://docs.teleproto.dev",
  "dependencies": {
    "async-mutex": "^0.3.0",
    "big-integer": "^1.6.48",
    "mime": "^3.0.0",
    "node-localstorage": "^2.2.1",
    "socks": "^2.6.2",
    "store2": "^2.13.0",
    "ts-custom-error": "^3.2.0"
  }
}
