25 lines
No EOL
550 B
JSON
25 lines
No EOL
550 B
JSON
{
|
|
"name": "rigel",
|
|
"module": "app.ts",
|
|
"type": "module",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/fluent-ffmpeg": "^2.1.27",
|
|
"prisma": "^6.7.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"@grammyjs/storage-prisma": "^2.5.1",
|
|
"@prisma/client": "^6.7.0",
|
|
"fluent-ffmpeg": "^2.1.3",
|
|
"grammy": "^1.36.1"
|
|
},
|
|
"scripts": {
|
|
"start": "bun run src/app.ts",
|
|
"dev": "bun --watch src/app.ts",
|
|
"init": "bunx prisma migrate dev"
|
|
}
|
|
} |