CampFirePlay/package.json
Degradin 906fffd2ca finaltotransfer
Подготовка к переезду на другой сервер
2024-05-04 19:59:35 +03:00

32 lines
705 B
JSON

{
"name": "telegram-bot-course",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"canvas": "^2.11.2",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"error-stack-parser": "^2.1.4",
"fs": "^0.0.1-security",
"node-telegram-bot-api": "^0.52.0",
"nodemon": "^3.0.1",
"pg": "^8.6.0",
"pg-hstore": "^2.3.3",
"pm2": "^5.3.0",
"prettytable": "^0.3.1",
"sequelize": "^6.6.2",
"shortid": "^2.2.16",
"telegraf": "^4.13.1",
"uuid": "^9.0.1",
"voucher-code-generator": "^1.3.0"
}
}