-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "fag_bot_tg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "npx nodemon",
"local-services": "docker-compose -f ./docker-compose.local-services.yml --env-file ./.env.local-services up"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/mongoose": "^5.11.97",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"migrate-mongo": "^11.0.0",
"mongodb": "^6.2.0",
"mongoose": "^8.0.0",
"node-cron": "^3.0.3",
"telegraf": "^4.15.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.23.3",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"@types/node-cron": "^3.0.11",
"cross-env": "^7.0.3",
"nodemon": "^3.0.1",
"typescript": "^5.2.2"
}
}