{ "name": "xyter", "version": "2.7.1", "private": true, "description": "A multi purpose Discord bot written in TypeScript with Discord.js", "main": "dist/index.js", "scripts": { "dev": "tsc --watch & NODE_ENV=development nodemon dist", "build": "tsc -p .", "prisma:generate": "prisma generate", "test": "jest", "start": "node dist", "start:migrate:prod": "prisma migrate deploy && npm run start", "prettier-format": "prettier 'src/**/*.ts' --write", "lint": "eslint ./src --ext .ts" }, "keywords": [ "Zyner", "xyter", "controlpanel", "controlpanel.gg" ], "repository": { "type": "git", "url": "git+https://git.zyner.org/meta/xyter.git" }, "author": "Vermium Sifell (https://zyner.org)", "contributors": [ "Joshua Schmitt (https://jqshuv.xyz)" ], "license": "GPL-3.0-only", "bugs": { "url": "https://github.com/ZynerOrg/xyter/issues", "email": "vermium@zyner.org" }, "dependencies": { "@prisma/client": "^6.0.1", "@semantic-release/gitlab": "^12.0.3", "axios": "^1.4.0", "chance": "^1.1.9", "date-fns": "^4.1.0", "discord.js": "^14.7.1", "dotenv": "^16.0.3", "node-schedule": "^2.1.0", "uuid": "^11.0.3", "winston": "^3.8.2", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "@semantic-release/git": "^10.0.1", "@semantic-release/release-notes-generator": "^12.1.0", "@types/chance": "1.1.6", "@types/node-schedule": "2.1.7", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.18.0", "@typescript-eslint/parser": "^8.18.0", "eslint": "^9.16.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-no-loops": "0.4.0", "eslint-plugin-prettier": "5.2.1", "lint-staged": "^15.2.11", "nodemon": "^3.1.7", "prettier": "^3.4.2", "prisma": "^6.0.1", "semantic-release": "^22.0.12", "typescript": "^5.0.4" }, "lint-staged": { "*.ts": "eslint --cache --fix" } }