lbry-social-tipbot/package.json
dependabot[bot] 3bc796e2a1
Bump async from 2.6.0 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.0...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-27 23:47:11 +00:00

18 lines
454 B
JSON

{
"name": "lbry-social-tipbot",
"description": "LBC reddit tip bot",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/aureolin/lbry-social-tipbot.git"
},
"dependencies": {
"async": "^2.6.4",
"bs58check": "^2.0.2",
"moment": "^2.18.1",
"mysql": "^2.14.1",
"request": "^2.82.0",
"request-debug": "^0.2.0"
}
}