diff options
| author | Frank <[email protected]> | 2025-05-23 14:17:45 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 12:40:17 -0400 |
| commit | 83974e0c95d65c72d12e7d58a287514c39f3768f (patch) | |
| tree | 274625aa4693b0d71b50eae3cfedb5d6245f99f9 /app/packages/function/package.json | |
| parent | 59d43fa5da0619655c7ba3360e969bcbda1716ea (diff) | |
| download | opencode-83974e0c95d65c72d12e7d58a287514c39f3768f.tar.gz opencode-83974e0c95d65c72d12e7d58a287514c39f3768f.zip | |
Share: sync
Diffstat (limited to 'app/packages/function/package.json')
| -rw-r--r-- | app/packages/function/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/packages/function/package.json b/app/packages/function/package.json new file mode 100644 index 000000000..46c83e840 --- /dev/null +++ b/app/packages/function/package.json @@ -0,0 +1,10 @@ +{ + "name": "@opencode/function", + "version": "0.0.1", + "$schema": "https://json.schemastore.org/package.json", + "private": true, + "type": "module", + "devDependencies": { + "@cloudflare/workers-types": "^4.20250522.0" + } +} |
