April/package.json
dependabot[bot] 37f91bb6b5
Bump eslint from 8.56.0 to 8.57.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.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.56.0...v8.57.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-26 22:11:35 +00:00

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.37.1",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"bun-types": "latest",
"eslint": "^8.57.0"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}