kowalski/package.json
dependabot[bot] a6b77d0a91
Bump node from 22.9.0 to 22.10.0 (#12)
Bumps [node](https://github.com/aredridel/node-bin-gen) from 22.9.0 to 22.10.0.
- [Commits](https://github.com/aredridel/node-bin-gen/commits)

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 20:10:27 -03:00

24 lines
548 B
JSON

{
"name": "lynxbot",
"version": "1.0.0",
"main": "bot.js",
"scripts": {
"start": "nodemon bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lucas Gabriel (lucmsilva)",
"license": "BSD-3-Clause",
"dependencies": {
"axios": "^1.7.7",
"child_process": "^1.0.2",
"commander": "^12.1.0",
"fluent-ffmpeg": "^2.1.3",
"fs": "^0.0.1-security",
"node": "^22.10.0",
"node-html-parser": "^6.1.13",
"nodemon": "^3.1.7",
"telegraf": "^4.16.3",
"winston": "^3.15.0"
}
}