poixpixel-discord-bot/package.json
Ahmad db616967b5
chore: merge pull request #362 from ahmadk953/dependabot/npm_and_yarn/types/node-22.15.3
chore(deps-dev): bump @types/node from 22.15.2 to 22.15.3
2025-04-28 19:14:55 -04: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.69",
"discord.js": "^14.19.2",
"drizzle-orm": "^0.43.1",
"ioredis": "^5.6.1",
"pg": "^8.15.6"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.25.1",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/node": "^22.15.3",
"@types/pg": "^8.11.14",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.1",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.31.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"globals": "^16.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "3.5.3",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"typescript-transform-paths": "^3.5.5"
},
"packageManager": "yarn@4.9.1"
}