teleAuctionBot / package.json
amanfor18's picture
Upload 15 files
21011e9 verified
Raw
History Blame Contribute Delete
343 Bytes
{
"name": "telegram-bid-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^17.4.2",
"mongodb": "^6.8.0",
"node-telegram-bot-api": "^1.1.2"
}
}