sakobo/package.json

31 lines
663 B
JSON
Raw Normal View History

2025-01-17 10:28:24 +01:00
{
"name": "sknsybot",
2025-03-23 14:33:06 +01:00
"version": "0.2.0",
2025-01-17 10:28:24 +01:00
"private": true,
"description": "",
"license": "Apache-2.0",
"author": "Sakuragasaki46",
"type": "module",
"scripts": {
"start": "tsx src/bot.ts",
2025-03-23 14:33:06 +01:00
"register": "tsx src/register.ts",
"migrate": "npx drizzle-kit push"
2025-01-17 10:28:24 +01:00
},
"dependencies": {
2025-01-17 11:22:08 +01:00
"chalk": "^5.4.1",
2025-03-23 14:33:06 +01:00
"discord.js": "^14.14.1",
2025-01-17 10:28:24 +01:00
"dotenv": "^16.4.7",
2025-03-23 14:33:06 +01:00
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"node-cron": "^3.0.3",
2025-01-17 10:28:24 +01:00
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/node": "^22.10.7",
2025-03-23 14:33:06 +01:00
"@types/node-cron": "^3.0.11",
2025-01-17 10:28:24 +01:00
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}