diff --git a/api/package.jason b/api/package.jason
new file mode 100644
index 0000000000000000000000000000000000000000..795d48b2f0380235ba67e3007ebe7eb7223b6cd2
--- /dev/null
+++ b/api/package.jason
@@ -0,0 +1,5 @@
+{
+  "scripts": {
+    "vercel-build": "sh clean-build.sh"
+  }
+}
diff --git a/package.json b/package.json
index 80968d92103035a1d99f28bdc0c69d7b74fcd117..f0d13c709f845d57fbce4c49cd20c68071e43ada 100644
--- a/package.json
+++ b/package.json
@@ -28,8 +28,5 @@
     "@types/multiparty": "^0.0.34",
     "typescript": "^5.2.2"
   },
-  "type": "module",
-  "scripts": {
-    "vercel-build": "sh clean-build.sh"
-  }
+  "type": "module"
 }