forked from matvejs16/telegram-webapps-types-new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 728 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "telegram-webapps-types-new",
"version": "1.0.1",
"description": "TypeScript typings for Telegram Web Apps for Bots. See https://core.telegram.org/bots/webapps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matvejs16/telegram-webapps-types-new.git"
},
"keywords": [
"typescript",
"bots",
"telegram",
"typings",
"webapps"
],
"author": "Matvej Makushin",
"types": "./dist/index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/matvejs16/telegram-webapps-types-new/issues"
},
"homepage": "https://github.com/matvejs16/telegram-webapps-types-new#readme"
}