April/package.json
dependabot[bot] b29f5b0b83
Bump discord.js from 14.15.3 to 14.16.2
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.15.3 to 14.16.2.
- [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.2/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-16 22:33:21 +00:00

43 lines
888 B
JSON

{
"name": "april",
"version": "4.5.4-beta",
"description": "Best bot ever OwO",
"main": "index.mjs",
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Art-Portal/April.git"
},
"keywords": [
"discord",
"bot",
"js",
"javascript",
"artportal",
"art"
],
"author": "CoolMan, BakaTaida, Dawn",
"license": "MIT",
"bugs": {
"url": "https://github.com/Art-Portal/April/issues"
},
"homepage": "https://github.com/Art-Portal/April#readme",
"dependencies": {
"@discordjs/rest": "^1.5.0",
"canvas": "^2.11.2",
"discord.js": "^14.16.2",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^9.5.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}