-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.59 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.59 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
{
"name": "@dglabs/demo-github-root",
"version": "1.10.0",
"private": true,
"description": "This is the root of the monorepo for the GitHub demo.",
"scripts": {
"agent:build": "docker buildx build --no-cache --platform linux/amd64 -t vertesia/github-agent:latest -t vertesia/github-agent:0.0.0-$(git rev-parse HEAD) -t us-docker.pkg.dev/dengenlabs/us.gcr.io/agents/vertesia/github-agent:0.0.0-$(git rev-parse HEAD) -f apps/github-agent/Dockerfile .",
"agent:push": "cd apps/github-agent && docker push us-docker.pkg.dev/dengenlabs/us.gcr.io/agents/vertesia/github-agent:0.0.0-$(git rev-parse HEAD)",
"agent:deploy": "cd apps/github-agent && vertesia agent publish --deploy-only 0.0.0-$(git rev-parse HEAD)",
"build": "pnpm -r build",
"vercel:install": "bin/vercel-install.sh",
"vertesia:connect": "bin/vertesia-connect.sh"
},
"packageManager": "pnpm@9.15.0",
"pnpm": {
"overrides": {
"@vertesia/api-fetch-client": "^0.80.0-dev",
"@vertesia/common": "^0.80.0-dev",
"@llumiverse/common": "^0.23.0-dev",
"brace-expansion@>=1.0.0 <1.1.12": "^1.1.12",
"brace-expansion@>=2.0.0 <2.0.2": "^2.0.2",
"esbuild@<0.25.0": "^0.25.0",
"form-data@<2.5.4": "^2.5.4",
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"js-yaml@>= 4.0.0 <4.1.1": "^4.1.1",
"koa@>=2.0.0 <2.16.3": "^2.16.3",
"node-forge@<1.3.2": "^1.3.2",
"path-to-regexp@>=4.0.0 <6.3.0": "^6.3.0",
"undici@>=4.5.0 <5.29.0": "^5.29.0",
"undici@>=6.0.0 <6.21.1": "^6.21.1",
"vite@>=5.0.0 <5.4.20": "^5.4.21"
}
}
}