kowalski/package.json
2024-05-24 17:49:24 -03:00

29 lines
697 B
JSON

{
"name": "lynx",
"version": "1.0.0",
"description": "A simple Telegram bot made in Node.js",
"main": "src/lynx_main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --env-file=config.env src/lynx_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.63.0"
}
}