1
0
Fork 0
This repository has been archived on 2024-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Ellie-bot/package.json
dependabot[bot] 73edcd00a5
Bump discord.js from 13.6.0 to 13.7.0
Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/13.7.0/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/compare/13.6.0...13.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-16 14:28:48 +00:00

25 lines
556 B
JSON

{
"name": "elliebot",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"socket.io-client": "^4.5.0",
"typeorm": "^0.3.6"
},
"devDependencies": {
"@types/node": "^17.0.32",
"@types/socket.io-client": "^3.0.0",
"nodemon": "^2.0.16",
"typescript": "^4.6.4"
},
"scripts": {
"dev": "nodemon ./src/index.ts",
"start": "node ./build/index.js",
"build": "tsc"
}
}