{
  "name": "stalkee",
  "version": "3.8.2",
  "description": "a Telegram bot who can send voice messages via inline mode added by admin with sorting them by numbers of uses",
  "license": "MIT",
  "author": "arelive <me@are.moe> (https://are.moe)",
  "repository": "github:arebaka/stalkee",
  "homepage": "https://t.me/stalkeeBot",
  "main": "dist/index.js",
  "bin": "./start.sh",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": ":",
    "lint": "npx eslint .",
    "build": "npx tsc",
    "prepare": "npm run --silent build",
    "start": "node dist/index.js"
  },
  "bugs": {
    "url": "https://github.com/arebaka/stalkee/issues"
  },
  "funding": {
    "type": "patreon",
    "url": "https://www.patreon.com/arelive"
  },
  "keywords": [
    "telegram",
    "bot",
    "stalkee",
    "stalker",
    "inline",
    "voice"
  ],
  "dependencies": {
    "@arelive/logger": "^2.0.0",
    "axios": "^1.4.0",
    "dotenv": "^16.0.1",
    "fluent-ffmpeg": "^2.1.2",
    "pg": "^8.6.0",
    "reflect-metadata": "^0.1.13",
    "telegraf": "^3.40.0",
    "toml": "^3.0.0",
    "typegram": "^3.9.1",
    "typeorm": "^0.3.6",
    "uuid": "^8.3.2",
    "yaml": "^2.0.1"
  },
  "devDependencies": {
    "@types/fluent-ffmpeg": "^2.1.21",
    "@types/node": "^17.0.24",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.22.0",
    "@typescript-eslint/parser": "^5.22.0",
    "eslint": "^8.14.0",
    "typescript": "^4.6.3"
  }
}
