-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 953 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 953 Bytes
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
27
28
29
30
31
32
33
34
35
36
{
"name": "telegram-webapps",
"version": "9.5.0",
"description": "Typings for Telegram Mini Apps",
"keywords": [
"telegram",
"telegram-webapps",
"telegram-web-apps",
"telegram-miniapps",
"telegram-mini-apps",
"telegram-bot",
"typescript",
"types",
"typings"
],
"homepage": "https://github.com/DavisDmitry/telegram-webapps",
"license": "MIT",
"author": "Dmitry Davis <dmitrydavis@protonmail.com>",
"files": [
"src"
],
"types": "src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DavisDmitry/telegram-webapps.git"
},
"packageManager": "yarn@4.8.1+sha512.bc946f2a022d7a1a38adfc15b36a66a3807a67629789496c3714dd1703d2e6c6b1c69ff9ec3b43141ac7a1dd853b7685638eb0074300386a59c18df351ef8ff6",
"scripts": {
"lint": "prettier --check src",
"format": "prettier -w src"
},
"devDependencies": {
"prettier": "^3.5.3",
"typescript": "^5.8.2"
}
}