{ "name": "lynxbot", "version": "1.0.0", "main": "bot.js", "scripts": { "start": "nodemon bot.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Lucas Gabriel (lucmsilva)", "license": "BSD-3-Clause", "dependencies": { "axios": "^1.7.7", "child_process": "^1.0.2", "node-html-parser": "^6.1.13", "nodemon": "^3.1.4", "telegraf": "^4.16.3" } }