poixpixel-discord-bot/package.json
dependabot[bot] dfe1df5f32
chore(deps-dev): bump tsx from 4.20.2 to 4.20.3
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.2 to 4.20.3.
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](https://github.com/privatenumber/tsx/compare/v4.20.2...v4.20.3)

---
updated-dependencies:
- dependency-name: tsx
  dependency-version: 4.20.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-13 21:53:17 +00:00

54 lines
1.8 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:dev": "yarn run compile && yarn run target",
"start:dev:no-deploy": "cross-env SKIP_COMMAND_DEPLOY=true yarn run start:dev",
"start:prod": "yarn compile && pm2 start ./target/discord-bot.js --name poixpixel-discord-bot",
"restart": "pm2 restart poixpixel-discord-bot",
"undeploy-commands": "yarn compile && node --experimental-specifier-resolution=node ./target/util/undeployCommands.js",
"lint": "npx eslint ./src && npx tsc --noEmit",
"format": "prettier --check --ignore-path .prettierignore .",
"format:fix": "prettier --write --ignore-path .prettierignore .",
"prepare": "ts-patch install -s && husky"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.71",
"discord.js": "^14.19.3",
"drizzle-orm": "^0.44.2",
"ioredis": "^5.6.1",
"pg": "^8.16.0"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/node": "^24.0.1",
"@types/pg": "^8.15.4",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.31.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"globals": "^16.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-transform-paths": "^3.5.5"
},
"packageManager": "yarn@4.9.1"
}