mirror of
https://github.com/Art-Portal/April.git
synced 2024-11-16 11:37:37 +01:00
929dcf3efc
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development 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.13.0",
|
|
"moment-duration-format": "^2.3.2",
|
|
"sequelize": "^6.35.1",
|
|
"sqlite3": "^5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"bun-types": "latest",
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|