summaryrefslogtreecommitdiffhomepage
path: root/packages/function/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/function/package.json')
-rw-r--r--packages/function/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/function/package.json b/packages/function/package.json
new file mode 100644
index 000000000..46c83e840
--- /dev/null
+++ b/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"
+ }
+}