sakobo/package.json

30 lines
663 B
JSON

{
"name": "sknsybot",
"version": "0.2.0",
"private": true,
"description": "",
"license": "Apache-2.0",
"author": "Sakuragasaki46",
"type": "module",
"scripts": {
"start": "tsx src/bot.ts",
"register": "tsx src/register.ts",
"migrate": "npx drizzle-kit push"
},
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.14.1",
"dotenv": "^16.4.7",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@types/node-cron": "^3.0.11",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}