poixpixel-discord-bot/package.json
dependabot[bot] 9477a11bff
Bump discord.js from 14.15.3 to 14.16.1
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.15.3 to 14.16.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.16.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>
2024-09-02 22:00:11 +00:00

27 lines
663 B
JSON

{
"name": "poixpixel-discord-bot",
"version": "1.0.0",
"main": "./source/discord-bot.ts",
"author": "Poixpixel",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target",
"lint": "npx eslint ./source --ext .ts"
},
"dependencies": {
"discord.js": "^14.16.1",
"mongoose": "^8.5.3",
"poixpixel-discord-bot": "file:"
},
"devDependencies": {
"@types/node": "^22.5.1",
"eslint": "^9.9.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"packageManager": "yarn@4.4.0"
}