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