UNPKG

@grammyjs/commands

Version:
37 lines (36 loc) 746 B
{ "name": "@grammyjs/commands", "version": "1.1.0", "description": "grammY Commands Plugin", "main": "out/mod.js", "scripts": { "backport": "deno2node tsconfig.json", "prepare": "npm run backport" }, "keywords": [ "grammY", "telegram", "bot", "commands" ], "author": "Roz <roz@rjmunhoz.me>", "license": "MIT", "homepage": "https://grammy.dev/plugins/commands", "repository": { "type": "git", "url": "git+https://github.com/grammyjs/commands.git" }, "bugs": { "url": "https://github.com/grammyjs/commands/issues" }, "peerDependencies": { "grammy": "^1.17.1" }, "devDependencies": { "deno2node": "^1.14.0", "typescript": "^5.6.3" }, "files": [ "out" ] }