forked from different-ai/openwork
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.56 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.56 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
{
"name": "@different-ai/openwork-workspace",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "pnpm --filter @different-ai/openwork dev",
"build": "pnpm --filter @different-ai/openwork build",
"dev:web": "pnpm --filter @different-ai/openwork dev:web",
"build:web": "pnpm --filter @different-ai/openwork build:web",
"preview": "pnpm --filter @different-ai/openwork preview",
"typecheck": "pnpm --filter @different-ai/openwork typecheck",
"test:health": "pnpm --filter @different-ai/openwork test:health",
"test:sessions": "pnpm --filter @different-ai/openwork test:sessions",
"test:refactor": "pnpm --filter @different-ai/openwork test:refactor",
"test:events": "pnpm --filter @different-ai/openwork test:events",
"test:todos": "pnpm --filter @different-ai/openwork test:todos",
"test:permissions": "pnpm --filter @different-ai/openwork test:permissions",
"test:session-switch": "pnpm --filter @different-ai/openwork test:session-switch",
"test:fs-engine": "pnpm --filter @different-ai/openwork test:fs-engine",
"test:e2e": "pnpm --filter @different-ai/openwork test:e2e",
"bump:patch": "pnpm --filter @different-ai/openwork bump:patch",
"bump:minor": "pnpm --filter @different-ai/openwork bump:minor",
"bump:major": "pnpm --filter @different-ai/openwork bump:major",
"bump:set": "pnpm --filter @different-ai/openwork bump:set",
"tauri": "pnpm --filter @different-ai/openwork exec tauri"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "pnpm@10.27.0"
}