-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 972 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@gramio/types",
"version": "8.0.4",
"homepage": "https://github.com/gramiojs/types",
"readme": "https://github.com/gramiojs/types",
"description": "Code-generated and Auto-published Telegram Bot API types",
"type": "commonjs",
"author": "kravets",
"license": "MIT",
"keywords": [
"telegram",
"bot",
"tba",
"types",
"telegram-bot-api",
"code-generated",
"auto-published",
"cicd",
"api"
],
"types": "./out/index.d.ts",
"typings": "./out/index.d.ts",
"exports": {
".": {
"types": "./out/index.d.ts"
},
"./*": {
"types": "./out/*.d.ts"
}
},
"scripts": {
"dirty-fix": "bun scripts/dirty-fix.ts",
"cicd": "bun scripts/cicd.ts",
"jsr": "bun scripts/release-jsr.ts",
"generate": "bun src/index.ts",
"lint": "bunx @biomejs/biome check ./src",
"lint:fix": "bun lint --apply"
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@types/node": "^20.11.10",
"prettier": "^3.2.4"
},
"files": [
"out"
]
}