poixpixel-discord-bot/package.json
dependabot[bot] c2e34e7be7
Bump discord.js from 14.13.0 to 14.14.1
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.13.0 to 14.14.1.
- [Release notes](https://github.com/discordjs/discord.js/releases)
- [Changelog](https://github.com/discordjs/discord.js/blob/main/packages/discord.js/CHANGELOG.md)
- [Commits](https://github.com/discordjs/discord.js/commits/14.14.1/packages/discord.js)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 21:35:34 +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.14.1",
"mongoose": "^8.0.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}