@gramio/keyboards
Version:
Framework-agnostic Telegram bot keyboard builder with many cool features!
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "@gramio/keyboards",
"version": "1.2.1",
"description": "Framework-agnostic Telegram bot keyboard builder with many cool features!",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"type": "module",
"homepage": "https://github.com/gramiojs/keyboards",
"readme": "https://gramio.dev/keyboards/overview",
"scripts": {
"prepublishOnly": "bunx tsc --noEmit && bun test && bunx pkgroll"
},
"keywords": [
"gramio",
"telegram",
"telegram-keyboard",
"keyboard",
"inline-keyboard",
"keyboard-builder",
"telegram-bot-api",
"grammy",
"telegraf",
"node-telegram-bot-api",
"puregram",
"inline-query"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/bun": "^1.2.9",
"pkgroll": "^2.12.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@gramio/types": "^9.0.1"
},
"license": "MIT",
"files": ["dist"]
}