mirror of
https://github.com/arthur-pbty/flint.git
synced 2026-08-01 20:29:03 +02:00
28 lines
704 B
JSON
28 lines
704 B
JSON
{
|
|
"name": "@saas/bot",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"build": "npm run build -w @saas/shared && tsc -p tsconfig.json && node ./scripts/copyLegacyLocales.mjs",
|
|
"typecheck": "npm run build -w @saas/shared && tsc -p tsconfig.json --noEmit",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@napi-rs/canvas": "^0.1.98",
|
|
"@saas/shared": "*",
|
|
"bullmq": "^5.76.1",
|
|
"discord.js": "^14.17.3",
|
|
"dotenv": "^16.4.7",
|
|
"ioredis": "^5.4.1",
|
|
"next": "15.5.15",
|
|
"pg": "^8.13.3",
|
|
"pino": "^10.3.1",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.11.11"
|
|
}
|
|
}
|