-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.41 KB
/
Copy pathpackage.json
File metadata and controls
115 lines (115 loc) · 4.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "workbench",
"version": "0.0.1",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"workspaces": [
"apps/*",
"packages/*",
"tools/*",
"vendor/intx/*",
"workflows/*"
],
"scripts": {
"check": "bun run typecheck && bun run lint && bun run test && bun run check:structural",
"check:all": "bun run check && bun run check:packages",
"typecheck": "bun run scripts/run-all.ts typecheck",
"lint": "prettier --check --cache . && eslint --cache .",
"format": "prettier --write .",
"build": "bun run scripts/run-all.ts build",
"test": "bun test scripts/run-all.test.ts && bun run scripts/run-all.ts test",
"test:e2e": "bun test scripts/e2e",
"dev": "bun run scripts/dev.ts",
"setup": "bun packages/cli/src/index.ts setup",
"setup:memory": "bun run scripts/setup-memory.ts",
"seed": "bun packages/cli/src/index.ts seed",
"reset": "bun packages/cli/src/index.ts reset",
"check:structural": "bun test scripts/checks/test && bun run check:deletion && bun run check:killdates && bun run check:licenses && bun run check:no-product-tenancy && bun run check:browser-safe-subpaths && bun run check:web-utilities && bun run check:tailwind-source && bun run check:ui-vocabulary && bun run check:react-ui-drift && bun run check:react-ui-pin && bun run check:tool-package-pins && bun run check:tool-package-freshness",
"check:deletion": "bun run scripts/checks/deletion.ts",
"check:killdates": "bun run scripts/checks/killdates.ts",
"check:packages": "bun run scripts/checks/packages.ts",
"check:licenses": "bun run scripts/checks/licenses.ts",
"check:no-product-tenancy": "bun run scripts/checks/no-product-tenancy.ts",
"check:browser-safe-subpaths": "bun run scripts/checks/browser-safe-subpaths.ts",
"check:web-utilities": "bun run scripts/checks/web-tailwind-utilities.ts",
"check:tailwind-source": "bun run scripts/checks/tailwind-source.ts",
"check:ui-vocabulary": "bun run scripts/checks/ui-vocabulary.ts",
"check:react-ui-drift": "bun run scripts/checks/react-ui-drift.ts",
"check:react-ui-pin": "bun run scripts/checks/react-ui-pin.ts",
"check:tool-package-pins": "bun run scripts/checks/tool-package-pins.ts",
"check:tool-package-freshness": "bun run scripts/checks/tool-package-freshness.ts",
"build:sidecar-image": "docker build -f apps/sidecar/Dockerfile -t corbits-sidecar:dev .",
"eval": "bun run scripts/evals-run.ts"
},
"devDependencies": {
"@corbits/artifacts": "github:corbitsdev/corbits-artifacts#81049ed24a64e927498c7238bda6ffa66b63d2ab",
"@corbits/artifacts-hub": "workspace:*",
"@corbits/evals": "workspace:*",
"@corbits/ollama-adapter": "workspace:*",
"@corbits/workflow-catalog": "workspace:*",
"@intx/db": "workspace:*",
"@eslint/js": "^10.0.0",
"@intx/mime": "0.3.0",
"@intx/types": "0.3.0",
"@types/bun": "1.3.14",
"eslint": "^10.8.0",
"jiti": "^2.7.0",
"prettier": "^3.6.2",
"puppeteer-core": "^25.7.0",
"typescript": "6.0.3",
"typescript-eslint": "^8.42.0",
"@corbits/run-scope": "workspace:*"
},
"engines": {
"bun": ">=1.2.0"
},
"catalog": {
"@modelcontextprotocol/sdk": "^1.30.0",
"arktype": "^2.2.0",
"typescript": "6.0.3",
"@types/bun": "^1.3.9",
"@types/semver": "^7.7.1",
"@tanstack/react-query": "^5.101.4",
"better-auth": "^1.4.18",
"drizzle-orm": "^0.45.1",
"hono": "^4.11.9",
"isomorphic-git": "^1.27.2",
"postgres": "^3.4.8",
"semver": "^7.7.2",
"ssri": "^12.0.0",
"tar": "^7.5.1"
},
"trustedDependencies": [
"@corbits/react-ui",
"@corbits/mailbox"
],
"dependencies": {
"arktype": "catalog:"
},
"overrides": {
"arktype": "^2.2.0",
"@intx/agent": "0.3.0",
"@intx/authz": "0.3.0",
"@intx/crypto": "0.3.0",
"@intx/db": "0.3.0",
"@intx/harness": "0.3.0",
"@intx/hub-agent": "0.3.0",
"@intx/hub-api": "0.3.0",
"@intx/hub-common": "0.3.0",
"@intx/hub-sessions": "0.3.0",
"@intx/inference": "0.3.0",
"@intx/inference-catalog": "0.3.0",
"@intx/log": "0.3.0",
"@intx/mail-memory": "0.3.0",
"@intx/mime": "0.3.0",
"@intx/pack-transport": "0.3.0",
"@intx/storage-isogit": "0.3.0",
"@intx/tool-packaging": "0.3.0",
"@intx/types": "0.3.0",
"@intx/workflow": "0.3.0",
"@intx/workflow-deploy": "0.3.0",
"@intx/workflow-host": "0.3.0",
"better-auth": "1.6.29",
"hono": "4.13.3"
}
}