|
1 | 1 | { |
| 2 | + "type": "module", |
2 | 3 | "private": true, |
3 | 4 | "packageManager": "[email protected]", |
4 | 5 | "scripts": { |
5 | | - "deploy": "wrangler deploy", |
6 | | - "dev": "wrangler dev", |
7 | | - "logs": "wrangler tail", |
| 6 | + "build": "rm -rf dist && esbuild src/index.ts --bundle --platform=node --target=node22 --format=esm --packages=external --outfile=dist/index.mjs", |
| 7 | + "clean": "rm -rf dist", |
8 | 8 | "refresh-session": "tsx support/refresh-session.ts", |
9 | 9 | "refresh-session:local": "env OTP=\"$(op item get --vault 'actions-oidc' 'GitHub - depot-public-oidc' --otp)\" USERNAME=depot-public-oidc PASSWORD=\"$(op item get --vault 'actions-oidc' 'GitHub - depot-public-oidc' --fields password --reveal)\" LOCAL=true tsx support/refresh-session.ts" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "@github/stable-socket": "^1.1.1", |
13 | | - "@octokit/request": "^9.1.3", |
14 | | - "@sentry/node": "^10.0.0", |
| 12 | + "@aws-sdk/client-dynamodb": "^3.888.0", |
| 13 | + "@aws-sdk/lib-dynamodb": "^3.888.0", |
| 14 | + "@hono/otel": "^0.5.0", |
| 15 | + "@octokit/request": "^10.0.3", |
| 16 | + "@opentelemetry/api": "^1.9.0", |
| 17 | + "@opentelemetry/exporter-trace-otlp-http": "^0.205.0", |
| 18 | + "@opentelemetry/sdk-node": "^0.205.0", |
| 19 | + "@opentelemetry/sdk-trace-node": "^2.1.0", |
| 20 | + "@sentry/node": "^10.11.0", |
15 | 21 | "abort-controller-x": "^0.4.3", |
16 | 22 | "date-fns": "^4.1.0", |
17 | | - "hono": "^4.6.13", |
| 23 | + "hono": "^4.9.7", |
18 | 24 | "rfc4648": "^1.5.4", |
19 | | - "zod": "^3.24.1" |
| 25 | + "zod": "^4.1.8" |
20 | 26 | }, |
21 | 27 | "devDependencies": { |
22 | | - "@cloudflare/workers-types": "^4.20250311.0", |
23 | 28 | "@octokit/webhooks-types": "^7.6.1", |
24 | | - "playwright": "^1.49.1", |
25 | | - "prettier": "^3.4.2", |
26 | | - "prettier-plugin-organize-imports": "^4.1.0", |
27 | | - "prettier-plugin-pkg": "^0.18.1", |
28 | | - "tsx": "^4.19.2", |
29 | | - "typescript": "^5.7.2", |
30 | | - "wrangler": "^3.114.1" |
| 29 | + "@types/node": "^24.3.3", |
| 30 | + "esbuild": "^0.25.9", |
| 31 | + "playwright": "^1.55.0", |
| 32 | + "prettier": "^3.6.2", |
| 33 | + "prettier-plugin-organize-imports": "^4.2.0", |
| 34 | + "prettier-plugin-pkg": "^0.21.2", |
| 35 | + "tsx": "^4.20.5", |
| 36 | + "typescript": "^5.9.2" |
31 | 37 | }, |
32 | 38 | "prettier": { |
33 | 39 | "bracketSpacing": false, |
|
0 commit comments