This repository was archived by the owner on Jul 7, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.82 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "gorkie-slack",
"license": "MIT",
"description": "A helpful AI Slack Bot built with AI SDK.",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"tooling/*"
],
"catalog": {
"@ai-sdk/harness": "1.0.0-beta.15",
"@ai-sdk/harness-pi": "1.0.0-beta.11",
"@ai-sdk/otel": "1.0.0-beta.124",
"@ai-sdk/provider-utils": "5.0.0-beta.49",
"@commitlint/cli": "^21.0.1",
"@commitlint/config-conventional": "^21.0.1",
"@commitlint/types": "^21.0.1",
"@cspell/dict-bash": "^4.2.2",
"@cspell/dict-npm": "^5.2.38",
"@cspell/dict-redis": "^1.0.0",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"e2b": "^2.21.0",
"@openrouter/ai-sdk-provider": "^2.9.0",
"@t3-oss/env-core": "^0.13.1",
"@types/bun": "^1.3.4",
"@types/node": "^25.9.2",
"ai": "7.0.0-beta.178",
"cspell": "^10.0.0",
"dotenv": "^17.2.2",
"lefthook": "^2.0.13",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"typescript": "^6",
"zod": "^4.1.13"
}
},
"overrides": {
"@earendil-works/pi-coding-agent": "0.79.10"
},
"type": "module",
"scripts": {
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"dev": "turbo run dev",
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"dev:bot": "turbo run dev --filter=bot",
"start": "bun run start:bot",
"start:bot": "bun --filter=bot run start",
"update-pkgs": "taze -w -r",
"update:major": "taze -w -r major",
"db:push": "turbo run db:push --filter=@repo/db",
"db:studio": "turbo run db:studio --filter=@repo/db",
"db:generate": "turbo run db:generate --filter=@repo/db",
"docs:preview": "fumadocs-preview",
"build:template": "bun --filter=@repo/sandbox run build:template",
"check": "ultracite check .",
"check:knip": "DATABASE_URL=postgres://user:password@localhost:5432/gorkie knip",
"check:spelling": "cspell -c .cspell.jsonc --no-progress --no-summary --no-must-find-files --unique --cache .",
"check:unsafe": "ultracite fix --unsafe .",
"check:write": "ultracite fix .",
"fix": "ultracite fix .",
"prepare": "lefthook install"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@commitlint/types": "catalog:",
"@repo/cspell-config": "workspace:*",
"@repo/tsconfig": "workspace:*",
"@turbo/gen": "^2.8.12",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"cspell": "catalog:",
"fumadocs-preview": "^0.1.4",
"knip": "^6.16.0",
"lefthook": "catalog:",
"taze": "^19.13.0",
"turbo": "^2.8.12",
"typescript": "^6.0.3",
"ultracite": "7.7.0"
},
"packageManager": "bun@1.3.14"
}