-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 841 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
{
"name": "telegram_bot",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "swc ./src -d dist",
"start": "node dist/src/main.js",
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@types/jsdom": "^21.1.7",
"axios": "^1.7.9",
"cron": "^3.2.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^11.1.0",
"firebase-admin": "^12.7.0",
"jsdom": "^25.0.1",
"telegraf": "^4.16.3"
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "^1.7.22",
"@swc/helpers": "^0.5.12",
"@types/express": "^4.17.21",
"@types/node": "^20.16.2",
"esbuild": "^0.23.1",
"nodemon": "3.1.4",
"typescript": "^5.5.4"
},
"keywords": [],
"author": "",
"license": "ISC"
}