UNPKG

@gramio/keyboards

Version:

Framework-agnostic Telegram bot keyboard builder with many cool features!

50 lines (49 loc) 1.09 kB
{ "name": "@gramio/keyboards", "version": "1.3.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": "2.3.14", "@types/bun": "^1.3.8", "pkgroll": "^2.23.0", "typescript": "^5.9.3" }, "dependencies": { "@gramio/types": ">=9.5.0" }, "license": "MIT", "files": ["dist"] }