-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
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
48
{
"name": "@grammyjs/stream",
"description": "Stream long text messages to Telegram",
"version": "1.0.1",
"author": "KnorpelSenf",
"license": "MIT",
"engines": {
"node": ">=22"
},
"homepage": "https://grammy.dev/plugins/stream",
"repository": {
"type": "git",
"url": "git+https://github.com/grammyjs/stream.git"
},
"scripts": {
"prepare": "npm run backport",
"backport": "deno2node tsconfig.json"
},
"peerDependencies": {
"grammy": "^1.39.0"
},
"dependencies": {
"abort-controller": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.19.3",
"deno2node": "^1.16.0"
},
"files": [
"out/"
],
"main": "./out/mod.js",
"types": "./out/mod.d.ts",
"keywords": [
"telegram",
"bot",
"api",
"client",
"framework",
"library",
"grammy",
"stream",
"draft",
"ai",
"llm",
"model"
]
}