poixpixel-discord-bot/package.json
dependabot[bot] dda9a22fe0
Bump mongoose from 7.6.0 to 7.6.1
Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.0 to 7.6.1.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.6.0...7.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 22:30:45 +00:00

22 lines
468 B
JSON

{
"name": "poixpixel-discord-bot",
"version": "1.0.0",
"main": "./source/discord-bot.ts",
"author": "Poixpixel",
"license": "ISC",
"type": "module",
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target"
},
"dependencies": {
"discord.js": "^14.13.0",
"mongoose": "^7.6.1"
},
"devDependencies": {
"@types/node": "^20.8.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}