first commit

This commit is contained in:
MiaoMint
2025-10-26 00:02:58 +08:00
commit 24295e8c14
9 changed files with 9603 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "mind-server",
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy --minify",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"crypto-js": "^4.2.0",
"hono": "^4.10.3"
},
"devDependencies": {
"@cloudflare/playwright": "^1.0.0",
"@types/crypto-js": "^4.2.2",
"wrangler": "^4.4.0"
}
}