joel bot
This commit is contained in:
32
package.json
32
package.json
@@ -1,23 +1,37 @@
|
||||
{
|
||||
"name": "crunk-bun",
|
||||
"module": "index.ts",
|
||||
"scripts": {
|
||||
"start": "bun run index.index",
|
||||
"build": "bun build --minify --sourcemap index.ts --outdir ./build --target bun"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"description": "Joel Discord Bot",
|
||||
"module": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun --watch run src/index.ts",
|
||||
"build": "bun build --minify --sourcemap src/index.ts --outdir ./build --target bun",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "bun run src/database/migrate.ts",
|
||||
"db:push": "drizzle-kit push",
|
||||
"db:studio": "drizzle-kit studio",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "bunx @biomejs/biome lint ./src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"drizzle-kit": "^0.20.17"
|
||||
"drizzle-kit": "^0.31.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@huggingface/inference": "^2.6.7",
|
||||
"@ai-sdk/openai": "^0.0.13",
|
||||
"@huggingface/inference": "^4.13.10",
|
||||
"@libsql/client": "^0.17.0",
|
||||
"ai": "^3.1.12",
|
||||
"discord.js": "^14.14.1",
|
||||
"drizzle-orm": "^0.30.10",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"libsql": "^0.3.18",
|
||||
"openai": "^4.36.0"
|
||||
"openai": "^4.36.0",
|
||||
"replicate": "^1.4.0",
|
||||
"zod": "^3.23.8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user