UNPKG

@botocrat/telegram

Version:

Simple, light-weight Telegram Bot Client for Node.js.

42 lines (41 loc) 967 B
{ "name": "@botocrat/telegram", "version": "0.2.3", "description": "Simple, light-weight Telegram Bot Client for Node.js.", "main": "./src/index.js", "types": "./types/index.d.ts", "scripts": { "test": "npm run lint; npx dene test", "lint": "eslint" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "author": "Alper Kursat Unver", "keywords": [ "telegram", "bot", "api", "nodejs", "bent" ], "license": "MIT", "dependencies": { "bent": "7.3.12", "form-data": "^4.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/botocrats/telegram.git" }, "bugs": { "url": "https://github.com/botocrats/telegram/issues" }, "homepage": "https://github.com/botocrats/telegram#readme", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "eslint": "^8.8.0" } }