{
  "name": "protov",
  "version": "0.0.1-alpha-4",
  "description": "JavaScript MTProto implementation.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "dev": "ts-node-dev --respawn ./src/index.ts",
    "prepare": "npm run build",
    "prepublishOnly": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TelegramV/ProtoV.git"
  },
  "keywords": [
    "telegram",
    "mtproto"
  ],
  "author": "kohutd",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TelegramV/ProtoV/issues"
  },
  "homepage": "https://github.com/TelegramV/ProtoV#readme",
  "devDependencies": {
    "@types/node": "^14.6.4",
    "ts-node-dev": "^1.0.0-pre.56",
    "typescript": "^3.7.5"
  },
  "dependencies": {
    "@cryptography/aes": "^0.1.1",
    "@types/pako": "^1.0.1",
    "@types/ws": "^7.2.6",
    "big-integer": "^1.6.48",
    "buffer": "^5.6.0",
    "js-sha256": "^0.9.0",
    "pako": "^1.0.11",
    "protov-tl": "^0.5.3",
    "rusha": "^0.8.13",
    "websocket": "^1.0.32",
    "ws": "^7.3.1"
  }
}
