mirror of
https://github.com/tranql/telegram-bot-api-schema
synced 2025-07-05 04:26:32 -07:00
npm init
Signed-off-by: Diwank Singh <diwank.singh@gmail.com>
This commit is contained in:
parent
9f1285664a
commit
6832af51bc
1 changed files with 26 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue