first commit
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user