-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.53 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
{
"name": "relaycast",
"license": "Apache-2.0",
"module": "packages/mcp/src/smithery.ts",
"packageManager": "npm@11.19.1",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo build",
"test": "turbo test",
"test:engine:regression": "node packages/engine/scripts/run-regressions.mjs",
"test:release": "node --test scripts/check-published-engine-migrations.test.mjs scripts/npm-dist-tag.test.mjs scripts/refresh-docker-lock.test.mjs scripts/release-contract.test.mjs scripts/release-repair.test.mjs scripts/release-repair-workflow.test.mjs scripts/release-workflow-contract.test.mjs",
"test:container": "node --test test/container-entrypoint.test.mjs",
"test:container-image": "node --test test/container-image-integration.test.mjs",
"lint": "turbo lint",
"dev": "turbo dev --parallel --filter=@relaycast/observer-dashboard",
"e2e": "npx tsx scripts/e2e.ts",
"e2e:actions": "npx tsx scripts/e2e-actions.ts"
},
"devDependencies": {
"@agent-relay/sdk": "3.2.18",
"agent-trajectories": "0.6.1",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"eslint": "^9.39.2",
"local-pkg": "^1.1.1",
"loupe": "^3.1.4",
"miniflare": "4.20260617.1",
"strip-literal": "^3.1.0",
"tinypool": "^1.1.1",
"tinyspy": "^4.0.4",
"turbo": "^2.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vite-node": "^3.2.4",
"vitest": "^4.0.18"
},
"overrides": {
"@vitejs/devtools-vitest": {
"vitest": "^4.0.18"
}
}
}