CampFirePlay/package.json
Degradin 79b8b4939e vouchers update
Vouchers now with images
2023-09-28 18:04:40 +03:00

30 lines
648 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",
"fs": "^0.0.1-security",
"node-telegram-bot-api": "^0.52.0",
"nodemon": "^2.0.7",
"pg": "^8.6.0",
"pg-hstore": "^2.3.3",
"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"
}
}