forked from LyoSU/quote-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 KB
/
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": "quote-bot",
"version": "1.0.0",
"description": "Telegram quote bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LyoSU/quote-bot.git"
},
"author": "LyoSU",
"license": "MIT",
"bugs": {
"url": "https://github.com/LyoSU/quote-bot/issues"
},
"homepage": "https://github.com/LyoSU/quote-bot#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"dotenv": "^8.6.0",
"emoji-db": "^14.0.1",
"enot-node": "^1.0.1",
"got": "^11.8.5",
"ioredis": "^5.4.1",
"limax": "^4.1.0",
"mongoose": "^8.7.1",
"openai": "^4.47.3",
"prom-client": "^12.0.0",
"sharp": "^0.30.5",
"tdl": "^8.0.0",
"telegraf": "^3.39.0",
"telegraf-i18n": "^6.6.0",
"telegraf-ratelimit": "^2.0.0",
"uuid": "^7.0.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1",
"prebuilt-tdlib": "^0.1008037.0"
}
}