mirror of
https://github.com/tranql/telegram-bot-api-schema.git
synced 2025-05-23 07:04:49 -07:00
27 lines
661 B
JSON
27 lines
661 B
JSON
{
|
|
"name": "telegram-bot-api-schema",
|
|
"version": "1.0.0",
|
|
"description": "JSON schema of the telegram bot API requests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tranql/telegram-bot-api-schema.git"
|
|
},
|
|
"keywords": [
|
|
"tranql",
|
|
"telegram",
|
|
"api",
|
|
"json",
|
|
"schema"
|
|
],
|
|
"author": "Diwank Singh <diwank.singh@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tranql/telegram-bot-api-schema/issues"
|
|
},
|
|
"homepage": "https://github.com/tranql/telegram-bot-api-schema#readme"
|
|
}
|