27 lines
558 B
JSON
27 lines
558 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": {
|
|
"dotenv": "^16.4.7",
|
|
"error-stack-parser": "^2.1.4",
|
|
"fs": "^0.0.1-security",
|
|
"nodemon": "^3.0.1",
|
|
"pg": "^8.6.0",
|
|
"pg-hstore": "^2.3.3",
|
|
"pm2": "^5.3.0",
|
|
"sequelize": "^6.6.2",
|
|
"telegraf": "^4.13.1",
|
|
"uuid": "^9.0.1",
|
|
"voucher-code-generator": "^1.3.0"
|
|
}
|
|
}
|