-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.42 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.42 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
{
"name": "@rivet-dev/agent-os-workspace",
"private": true,
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20"
},
"scripts": {
"start": "npx turbo watch build",
"build": "npx turbo build",
"test": "npx turbo test",
"test:post-python-parity": "pnpm --dir packages/core exec vitest run tests/agent-os-base-filesystem.test.ts && pnpm --dir packages/dev-shell exec vitest run test/dev-shell.integration.test.ts && ./node_modules/.bin/vitest run --testTimeout=55000 --hookTimeout=30000 registry/tests/kernel/cross-runtime-terminal.test.ts registry/tests/kernel/ctrl-c-shell-behavior.test.ts registry/tests/kernel/node-binary-behavior.test.ts registry/tests/kernel/e2e-project-matrix.test.ts",
"test:watch": "npx turbo watch test",
"check-types": "npx turbo check-types",
"lint": "pnpm biome check .",
"fmt": "pnpm biome check --write --diagnostic-level=error .",
"shell": "pnpm --filter @rivet-dev/agent-os-shell shell"
},
"devDependencies": {
"@biomejs/biome": "^2.3",
"@copilotkit/llmock": "^1.6.0",
"@rivet-dev/agent-os": "workspace:*",
"@rivet-dev/agent-os-claude": "workspace:*",
"@rivet-dev/agent-os-codex-agent": "workspace:*",
"@rivet-dev/agent-os-common": "workspace:*",
"@rivet-dev/agent-os-pi": "workspace:*",
"@types/node": "^22.19.15",
"jszip": "^3.10.1",
"pdf-lib": "^1.17.1",
"turbo": "^2.5.6",
"typescript": "^5.9.2"
},
"resolutions": {
"@rivet-dev/agent-os": "workspace:*"
}
}