{
  "name": "slimbot",
  "version": "5.1.0",
  "description": "Simple and minimal Telegram Bot API for Node.js. No frills.",
  "author": "Edison Chee <edisonchee@live.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edisonchee/slimbot.git"
  },
  "main": "./src/slimbot.js",
  "keywords": [
    "telegram",
    "bot",
    "api",
    "node",
    "nodejs"
  ],
  "engines": {
    "node": ">=10.16.0"
  },
  "license": "MIT",
  "scripts": {
    "start": "pm2 start src/index.js --watch",
    "test": "istanbul cover jasmine --captureExceptions spec/core/*.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "dependencies": {
    "bluebird": "^3.7.2",
    "eventemitter3": "^4.0.7",
    "request": "^2.88.2",
    "request-promise": "^4.2.6",
    "socks5-https-client": "^1.2.1"
  },
  "devDependencies": {
    "coveralls": "^3.1.0",
    "eslint": "^7.22.0",
    "handlebars": ">=4.7.7",
    "istanbul": "^0.4.5",
    "jasmine": "^3.7.0",
    "mockery": "^2.1.0"
  },
  "bugs": {
    "url": "https://github.com/edisonchee/slimbot/issues"
  },
  "homepage": "https://github.com/edisonchee/slimbot#readme"
}
