{
  "name": "jdi-flow-bot",
  "version": "1.0.17",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "telegram",
    "bot",
    "typescript",
    "screens",
    "flow",
    "jdi"
  ],
  "homepage": "https://github.com/RomanIovlev/jdi-flow-bot",
  "bugs": {
    "url": "https://github.com/RomanIovlev/jdi-flow-bot/labels/bug",
    "email": "roman.iovlev.jdi@gmail.com"
  },
  "author": "Roman Iovlev",
  "license": "Apache-2.0",
  "description": "Is a simple framework for creating Telegram bots based on intuitive json flows",
  "scripts": {
    "prepublish": "tsc",
    "build": "tsc",
    "start": "node ./build/index.js",
    "restart": "npm run build && npm run start"
  },
  "devDependencies": {
    "@types/node": "^18.7.18",
    "@types/node-telegram-bot-api": "^0.57.1",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "node-telegram-bot-api": "^0.59.0",
    "queue-typescript": "^1.0.1"
  }
}
