This build was committed by a bot.

This commit is contained in:
github-actions
2025-09-01 00:57:04 +00:00
parent c00bd01b42
commit 07ab2896f1
6 changed files with 281 additions and 1 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "blank",
"version": "0.0.1",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"dev": "wrangler dev",
"start": "wrangler dev"
},
"dependencies": {
"mimetext": "^3.0.16"
},
"devDependencies": {
"wrangler": "4.16.*"
}
}