kowalski/package.json
2024-06-02 01:48:19 -03:00

29 lines
686 B
JSON

{
"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"
}
}