-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
48
49
50
51
52
53
54
{
"name": "swiftsoftbot",
"version": "1.0.0",
"description": "Swifie 💖",
"scripts": {
"build": "rimraf ./dist && tsc --skipLibCheck",
"start": "npm run build && node dist/main.js",
"dev": "npx nodemon -q"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lonadels/SwiftSoftBot.git"
},
"keywords": [
"bot",
"grammy",
"telegram"
],
"author": "Lonadels",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/lonadels/SwiftSoftBot/issues"
},
"homepage": "https://github.com/lonadels/SwiftSoftBot#readme",
"devDependencies": {
"@types/node": "^20.11.5",
"@types/pg": "^8.10.9",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"rimraf": "^5.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.4"
},
"dependencies": {
"@grammyjs/auto-retry": "^1.1.1",
"@grammyjs/hydrate": "^1.4.1",
"@grammyjs/menu": "^1.2.1",
"@grammyjs/parse-mode": "^1.9.0",
"@grammyjs/ratelimiter": "^1.2.0",
"@grammyjs/router": "^2.0.0",
"@telegraf/entity": "^0.5.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"cors": "^2.8.5",
"dotenv": "^16.3.2",
"grammy": "^1.21.2",
"libphonenumber-js": "^1.10.54",
"openai": "^4.29.2",
"pg": "^8.11.3",
"reflect-metadata": "^0.2.1",
"sharp": "^0.33.3",
"typeorm": "^0.3.20"
}
}