Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run
24 lines
539 B
JSON
24 lines
539 B
JSON
{
|
|
"scripts": {
|
|
"start": "nodemon src/bot.ts",
|
|
"docs": "bunx typedoc",
|
|
"serve:docs": "bun run serve-docs.ts"
|
|
},
|
|
"dependencies": {
|
|
"@dotenvx/dotenvx": "^1.45.1",
|
|
"@types/bun": "^1.2.17",
|
|
"axios": "^1.10.0",
|
|
"dotenv": "^17.0.0",
|
|
"drizzle-orm": "^0.44.2",
|
|
"node-html-parser": "^7.0.1",
|
|
"nodemon": "^3.1.10",
|
|
"pg": "^8.16.3",
|
|
"telegraf": "^4.16.3",
|
|
"youtube-url": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.15.4",
|
|
"drizzle-kit": "^0.31.4",
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|