|
1 | 1 | { |
2 | | - "name": "junior", |
3 | | - "version": "0.1.0", |
| 2 | + "name": "junior-monorepo", |
4 | 3 | "private": true, |
5 | | - "type": "module", |
6 | 4 | "packageManager": "pnpm@10.30.2", |
7 | 5 | "scripts": { |
8 | | - "dev": "next dev", |
9 | | - "build": "next build", |
10 | | - "start": "next start", |
11 | | - "test": "pnpm run test:slack-boundary && vitest run", |
12 | | - "test:watch": "vitest", |
13 | | - "preevals": "pnpm run test:slack-boundary", |
14 | | - "evals": "pnpm exec vitest run -c vitest.evals.config.ts", |
15 | | - "test:slack-boundary": "node scripts/check-slack-test-boundary.mjs", |
16 | | - "typecheck": "tsc --noEmit", |
17 | | - "skills:check": "node scripts/check-skills.mjs" |
18 | | - }, |
19 | | - "dependencies": { |
20 | | - "@ai-sdk/gateway": "^3.0.57", |
21 | | - "@chat-adapter/slack": "^4.15.0", |
22 | | - "@chat-adapter/state-memory": "^4.15.0", |
23 | | - "@chat-adapter/state-redis": "^4.15.0", |
24 | | - "@mariozechner/pi-agent-core": "^0.55.0", |
25 | | - "@mariozechner/pi-ai": "^0.55.0", |
26 | | - "@sentry/nextjs": "^10.40.0", |
27 | | - "@sinclair/typebox": "^0.34.48", |
28 | | - "@slack/web-api": "^7.14.1", |
29 | | - "@vercel/sandbox": "^1.7.1", |
30 | | - "@workflow/serde": "4.1.0-beta.2", |
31 | | - "ai": "^6.0.103", |
32 | | - "bash-tool": "^1.3.15", |
33 | | - "chat": "^4.15.0", |
34 | | - "just-bash": "^2.10.6", |
35 | | - "next": "^16.1.6", |
36 | | - "node-html-markdown": "^2.0.0", |
37 | | - "react": "^19.2.4", |
38 | | - "react-dom": "^19.2.4", |
39 | | - "workflow": "4.1.0-beta.60", |
40 | | - "yaml": "^2.8.2", |
41 | | - "zod": "^4.3.6" |
| 6 | + "dev": "pnpm --filter junior dev", |
| 7 | + "build": "pnpm --filter junior build", |
| 8 | + "build:pkg": "pnpm --filter junior build:pkg", |
| 9 | + "start": "pnpm --filter junior start", |
| 10 | + "test": "pnpm --filter junior test", |
| 11 | + "test:watch": "pnpm --filter junior test:watch", |
| 12 | + "preevals": "pnpm --filter junior preevals", |
| 13 | + "evals": "pnpm --filter junior evals", |
| 14 | + "typecheck": "pnpm --filter junior typecheck", |
| 15 | + "skills:check": "pnpm --filter junior skills:check" |
42 | 16 | }, |
43 | 17 | "pnpm": { |
44 | 18 | "peerDependencyRules": { |
|
48 | 22 | } |
49 | 23 | }, |
50 | 24 | "patchedDependencies": { |
51 | | - "@chat-adapter/slack": "patches/@chat-adapter__slack.patch" |
| 25 | + "@chat-adapter/slack": "packages/junior/patches/@chat-adapter__slack.patch" |
52 | 26 | } |
53 | | - }, |
54 | | - "devDependencies": { |
55 | | - "@types/node": "^25.3.0", |
56 | | - "@types/react": "^19.2.14", |
57 | | - "@types/react-dom": "^19.2.3", |
58 | | - "msw": "^2.12.10", |
59 | | - "typescript": "^5.9.3", |
60 | | - "vercel": "^50.23.2", |
61 | | - "vitest": "^4.0.18", |
62 | | - "vitest-evals": "^0.6.0" |
63 | 27 | } |
64 | 28 | } |
0 commit comments