sakobo/package.json

33 lines
758 B
JSON

{
"name": "sknsybot",
"version": "0.4.0.b5",
"private": true,
"description": "",
"license": "Apache-2.0",
"author": "Sakuragasaki46",
"type": "module",
"scripts": {
"start": "tsx src/main.ts",
"register": "tsx src/register.ts",
"migrate": "npx drizzle-kit push"
},
"dependencies": {
"chalk": "^5.4.1",
"discord.js": "^14.14.1",
"dotenv": "^17.3.1",
"drizzle-orm": "^0.45.1",
"node-cron": "^3.0.3",
"pg": "^8.18.0",
"wikijs": "^6.4.1"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/node": "^22.10.7",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.16.0",
"drizzle-kit": "^0.31.9",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}