Tinasha-Bot/package.json
dependabot[bot] 6c8c98b161
Bump serve-static and express
Bumps [serve-static](https://github.com/expressjs/serve-static) to 1.16.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-19 00:16:02 +00:00

90 lines
2.3 KiB
JSON

{
"name": "TinashaBot",
"version": "5.6.0",
"description": "multipurpose discord bot built using discord-js",
"main": "bot.js",
"author": "Amane",
"license": "ISC",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "nodemon .",
"start": "node .",
"format": "prettier --write src"
},
"homepage": "https://github.com/MinazukiAmane/Kiera-Bot",
"repository": {
"type": "git",
"url": "git+https://github.com/MinazukiAmane/Kiera-Bot.git"
},
"bugs": {
"url": "https://github.com/MinazukiAmane/Kiera-Bot/issues"
},
"dependencies": {
"@google/generative-ai": "^0.14.0",
"@lavaclient/plugin-queue": "^0.0.1",
"@lavaclient/queue": "^2.1.1",
"@lavaclient/spotify": "^3.1.0",
"@lavaclient/types": "^2.1.1",
"@vitalets/google-translate-api": "^9.2.0",
"common-tags": "^1.8.2",
"connect-mongo": "^5.1.0",
"country-emoji-languages": "^1.0.0",
"discord-giveaways": "^6.0.1",
"discord-together": "^1.3.31",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"enhanced-ms": "^2.3.0",
"express": "^4.21.0",
"express-session": "^1.18.0",
"fixedsize-map": "^1.0.1",
"iso-639-1": "^3.1.0",
"lavaclient": "^5.0.0-rc.3",
"module-alias": "^2.2.3",
"moment": "^2.30.1",
"mongoose": "^8.1.1",
"nekos.life": "^3.0.0",
"pino": "^8.18.0",
"pino-pretty": "^10.3.1",
"pretty-ms": "^7.0.1",
"snakecord": "^1.0.9",
"sourcebin_js": "^0.0.3-ignore",
"string-progressbar": "^1.0.4",
"table": "^6.8.1",
"timestamp-to-date": "^1.1.0",
"twemoji-parser": "^14.0.0",
"waifu.it": "^1.2.1"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"erlpack": "^0.1.4",
"utf-8-validate": "^6.0.3",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^46.4.3",
"node": "^20.4.0",
"nodemon": "^3.0.3",
"prettier": "3.2.5"
},
"keywords": [
"discord",
"discord.js",
"discord-bot",
"bot",
"multipurpose",
"multi-purpose-bot"
],
"_moduleAliases": {
"@root": ".",
"@handlers": "src/handlers/",
"@helpers": "src/helpers/",
"@schemas": "src/database/schemas/",
"@src": "src/",
"@structures": "src/structures/"
}
}