CampFirePlay/package.json
2024-12-21 20:01:15 +03:00

32 lines
717 B
JSON

{
"name": "campfiregamebot",
"version": "0.0.2",
"description": "CampFire Game Telegram Bot",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "Degradin",
"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",
"shortid": "^2.2.16",
"telegraf": "^4.13.1",
"uuid": "^9.0.1",
"voucher-code-generator": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://git.campfiregg.ru/degradin/CampFirePlay"
}
}