typegram
Version:
Type declarations for the Telegram API
37 lines (36 loc) • 711 B
JSON
{
"name": "typegram",
"version": "5.2.0",
"description": "Type declarations for the Telegram API",
"main": "mod.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KnorpelSenf/typegram.git"
},
"keywords": [
"telegram",
"grammy",
"telegraf",
"bot",
"api",
"types",
"typings"
],
"scripts": {
"prepare": "deno task backport"
},
"author": "KnorpelSenf",
"types": "mod.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/KnorpelSenf/typegram/issues"
},
"homepage": "https://github.com/KnorpelSenf/typegram#readme",
"files": [
"*.d.ts",
"mod.js"
],
"devDependencies": {
"deno-bin": "^1.31.1"
}
}