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] af8f4f5f9f
Bump typeorm from 0.3.3 to 0.3.4
Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/typeorm/typeorm/compare/0.3.3...0.3.4)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

25 lines
556 B
JSON

{
"name": "elliebot",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"dependencies": {
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"reflect-metadata": "^0.1.13",
"socket.io-client": "^4.4.1",
"typeorm": "^0.3.4"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/socket.io-client": "^3.0.0",
"nodemon": "^2.0.15",
"typescript": "^4.6.2"
},
"scripts": {
"dev": "nodemon ./src/index.ts",
"start": "node ./build/index.js",
"build": "tsc"
}
}