poixpixel-discord-bot/package.json
dependabot[bot] b91577958a
Bump ioredis from 5.6.0 to 5.6.1
Bumps [ioredis](https://github.com/luin/ioredis) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](https://github.com/luin/ioredis/compare/v5.6.0...v5.6.1)

---
updated-dependencies:
- dependency-name: ioredis
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-11 21:20:19 +00:00

42 lines
1.2 KiB
JSON

{
"name": "poixpixel-discord-bot",
"version": "1.0.0",
"main": "./src/discord-bot.ts",
"author": "Poixpixel",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"compile": "npx tsc",
"target": "node ./target/discord-bot.js",
"start": "yarn run compile && yarn run target",
"lint": "npx eslint ./src && npx tsc --noEmit",
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .prettierignore ."
},
"dependencies": {
"@napi-rs/canvas": "^0.1.69",
"discord.js": "^14.18.0",
"drizzle-orm": "^0.41.0",
"ioredis": "^5.6.1",
"pg": "^8.14.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/node": "^22.14.0",
"@types/pg": "^8.11.11",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"drizzle-kit": "^0.30.6",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"globals": "^16.0.0",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.8.3"
},
"packageManager": "yarn@4.6.0"
}