{
  "name": "teletron-ts",
  "version": "1.1.2",
  "description": "Fast and Flexible Telegram Bot API Framework for Node.js written in TypeScript.",
  "main": "dist/main.js",
  "scripts": {
    "build:lib": "npx tsup src/main.ts --dts-resolve --minify",
    "build:docs": "npx typedoc src/main.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/naseif/teletron-ts.git"
  },
  "keywords": [
    "telegram",
    "telegram-bots",
    "telegram-api",
    "telegram-bot-api",
    "telegram-node-api",
    "telegram-node",
    "telegram-nodejs",
    "node-telegram-bot-api",
    "telegram-bot-api-nodejs",
    "telegram-bot-api-node"
  ],
  "author": "naseif",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/naseif/teletron-ts/issues"
  },
  "homepage": "https://github.com/naseif/teletron-ts#readme",
  "devDependencies": {
    "@types/mime-types": "^2.1.1",
    "@types/needle": "^2.5.3",
    "@types/node": "^17.0.13",
    "tsup": "^5.12.0",
    "typedoc": "^0.22.12",
    "typescript": "^4.5.5"
  },
  "dependencies": {
    "eventemitter3": "^4.0.7",
    "mime-types": "^2.1.34",
    "needle": "^3.0.0"
  }
}
