{ "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.70", "discord.js": "^14.19.3", "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.26.0", "@microsoft/eslint-formatter-sarif": "^3.1.0", "@types/node": "^22.15.9", "@types/pg": "^8.12.0", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.32.0", "cross-env": "^7.0.3", "drizzle-kit": "^0.31.1", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "globals": "^16.0.0", "husky": "^9.1.7", "lint-staged": "^15.5.2", "prettier": "3.5.3", "ts-node": "^10.9.2", "ts-patch": "^3.3.0", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-transform-paths": "^3.5.5" }, "packageManager": "yarn@4.9.1" }