kowalski/package.json
dependabot[bot] a2cbc996bc
Bump tough-cookie and node-telegram-bot-api
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.4 and updates ancestor dependency [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api). These dependencies need to be updated together.


Updates `tough-cookie` from 2.5.0 to 4.1.4
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v2.5.0...v4.1.4)

Updates `node-telegram-bot-api` from 0.63.0 to 0.66.0
- [Release notes](https://github.com/yagop/node-telegram-bot-api/releases)
- [Changelog](https://github.com/yagop/node-telegram-bot-api/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yagop/node-telegram-bot-api/commits)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: node-telegram-bot-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-25 20:55:50 +00:00

29 lines
687 B
JSON

{
"name": "lynx",
"version": "1.0.0",
"description": "A simple Telegram bot made in Node.js",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: 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"
}
}