Kord/package.json

42 lines
1.0 KiB
JSON

{
"name": "kord",
"packageManager": "yarn@4.9.1",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.2",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "7.6.0",
"@types/pg": "^8.20.0",
"discord.js": "^14.25.1",
"dotenv": "^17.3.1",
"ffmpeg-static": "^5.3.0",
"pg": "^8.20.0",
"prism-media": "^1.3.5",
"sharp": "^0.34.5",
"youtubei.js": "^17.0.1"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.57.2",
"eslint": "^10.1.0",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"prisma": "7.6.0",
"ts-jest": "^29.4.6",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
},
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js",
"test": "jest",
"check-i18n": "tsx scripts/check-i18n-tests.ts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
}
}