Files
bothoven/package.json
2024-04-26 20:04:02 +02:00

16 lines
264 B
JSON

{
"name": "bothoven",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-telegram-bot-api": "^0.65.1",
"tgsnake": "^3.1.0"
}
}