UNPKG

vercel-grammy

Version:
53 lines (52 loc) 1.19 kB
{ "license": "MIT", "type": "module", "version": "1.0.0", "main": "index.mjs", "types": "index.d.mts", "name": "vercel-grammy", "funding": "https://PonomareVlad.ru/donate", "description": "Utilities for grammY on Vercel", "homepage": "https://github.com/PonomareVlad/Vercel-grammY#readme", "author": "Vladislav Ponomarev <PonomareVlad@users.noreply.github.com> (https://PonomareVlad.ru)", "repository": { "type": "git", "url": "git+https://github.com/PonomareVlad/Vercel-grammY.git" }, "bugs": { "url": "https://github.com/PonomareVlad/Vercel-grammY/issues" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "peerDependencies": { "grammy": "*" }, "devDependencies": { "@grammyjs/types": "^3.2.2", "@types/node": "^20.11.24", "@types/node-fetch": "^2.6.11", "abort-controller": "^3.0.0", "grammy": "^1.21.1", "prettier": "^3.2.5", "typescript": "^5.3.3" }, "files": [ "LICENSE", "index.*", "*.json", "*.md" ], "keywords": [ "serverless", "telegram", "workers", "worker", "grammY", "vercel", "edge", "bot", "web" ] }