{ "name": "api-server-echo", "version": "1.0.0", "main": "index.js", "scripts": { "start": "node bot.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^17.4.2", "express": "^5.2.1", "input": "^1.0.1", "mongoose": "^9.6.3", "telegram": "^2.26.22" } }