mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
e8ac4bbcb6
Bumps [discord.js](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js) from 14.13.0 to 14.15.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.15.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>
43 lines
889 B
JSON
43 lines
889 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.15.2",
|
|
"moment-duration-format": "^2.3.2",
|
|
"sequelize": "^6.37.3",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"eslint": "^8.57.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|