42 lines
1.3 KiB
JSON
42 lines
1.3 KiB
JSON
{
|
|
"name": "@opencode/discord",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"db:init": "bun run src/db/init.ts",
|
|
"dev": "bun run --watch src/index.ts",
|
|
"dev:setup": "bun run db:init",
|
|
"start": "bun run src/index.ts",
|
|
"conversation:cli": "bun run src/control/cli.ts",
|
|
"conversation:controller": "bun run src/control/controller.ts",
|
|
"conversation:ctl": "bun run src/control/controller.ts",
|
|
"snapshot:create": "bun run src/sandbox/daytona/snapshot.ts",
|
|
"build": "bun build src/index.ts --target=bun --outdir=dist",
|
|
"typecheck": "tsc --noEmit",
|
|
"check": "bun run typecheck && bun run build",
|
|
"prepare": "effect-language-service patch"
|
|
},
|
|
"dependencies": {
|
|
"@daytonaio/sdk": "latest",
|
|
"@effect/ai": "0.33.2",
|
|
"@effect/ai-anthropic": "0.23.0",
|
|
"@effect/cluster": "0.56.4",
|
|
"@effect/experimental": "0.58.0",
|
|
"@effect/platform": "0.94.5",
|
|
"@effect/platform-bun": "0.87.1",
|
|
"@effect/rpc": "0.73.1",
|
|
"@effect/sql-sqlite-bun": "0.50.2",
|
|
"@opencode-ai/sdk": "latest",
|
|
"discord.js": "^14",
|
|
"effect": "3.19.17"
|
|
},
|
|
"devDependencies": {
|
|
"@effect/language-service": "0.73.1",
|
|
"@effect/sql": "0.49.0",
|
|
"@types/bun": "latest",
|
|
"@types/node": "^22",
|
|
"typescript": "^5"
|
|
}
|
|
}
|