{ "name": "lynx", "version": "1.0.0", "description": "A simple Telegram bot made in Node.js", "main": "src/main.js", "scripts": { "test": "echo \"WARN: no test specified\" && exit 1", "start": "node --env-file=config.env src/main.js" }, "repository": { "type": "git", "url": "git+https://github.com/lucmsilva651/lynx.git" }, "keywords": [ "node", "telegram", "telegram-bot" ], "author": "Lucas Gabriel (lucmsilva)", "license": "MIT", "bugs": { "url": "https://github.com/lucmsilva651/lynx/issues" }, "homepage": "https://github.com/lucmsilva651/lynx#readme", "dependencies": { "node-telegram-bot-api": "^0.66.0" } }