This commit is contained in:
2026-02-12 21:17:17 +08:00
parent 55414d0693
commit 7c56a1d7f9

View File

@@ -1,11 +1,15 @@
{
"name": "convex",
"name": "@kevisual/convex",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "bunx convex dev"
},
"files": [
"convex",
"src"
],
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
@@ -20,5 +24,8 @@
"@kevisual/auth": "^2.0.3",
"convex": "1.31.7",
"jose": "^6.1.3"
},
"publishConfig": {
"access": "public"
}
}