diff --git a/package.json b/package.json index 15a0589..d5b6a15 100644 --- a/package.json +++ b/package.json @@ -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 (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" } } \ No newline at end of file