diff options
| author | Frank <[email protected]> | 2025-08-08 13:22:54 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-08-08 13:24:32 -0400 |
| commit | 183e0911b76025a1f2a82e979d9834fec2131d0e (patch) | |
| tree | 9987c1753bd64d1ce1d174ab397f1a8c681f642c /package.json | |
| parent | c7bb19ad0712469063eab35589aa5d3602b0c5b1 (diff) | |
| download | opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.tar.gz opencode-183e0911b76025a1f2a82e979d9834fec2131d0e.zip | |
wip: gateway
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package.json b/package.json index 7054e2871..52d9a8566 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,12 @@ }, "workspaces": { "packages": [ + "cloud/*", "packages/*", "packages/sdk/js" ], "catalog": { + "@hono/zod-validator": "0.4.2", "@types/node": "22.13.9", "@tsconfig/node22": "22.0.2", "ai": "5.0.0-beta.34", @@ -25,6 +27,9 @@ "remeda": "2.26.0" } }, + "dependencies": { + "pulumi-stripe": "0.0.24" + }, "devDependencies": { "prettier": "3.5.3", "sst": "3.17.8" |
