CampFirePlay/package.json
Degradin b51eebc623 v5.1
Crons, cards, no inventory
2025-01-09 20:06:02 +03:00

34 lines
781 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": {
"@faker-js/faker": "^9.3.0",
"dotenv": "^16.4.7",
"error-stack-parser": "^2.1.4",
"fs": "^0.0.1-security",
"node-schedule": "^2.1.1",
"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"
}
}