diff --git a/packages/cli/package.json b/packages/cli/package.json index 6ff8d50d3..e735ef2ba 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -34,10 +34,7 @@ "tsup": "^8.1.0", "tsx": "^4.15.6" }, - "files": [ - "dist", - "README.md" - ], + "files": ["dist", "README.md"], "bin": "./dist/index.js", "scripts": { "build": "tsup src/index.ts --format esm --sourcemap", @@ -47,5 +44,13 @@ "publishConfig": { "access": "public", "provenance": true + }, + "homepage": "https://assistant-ui.com/", + "repository": { + "type": "git", + "url": "git+https://github.com/Yonom/assistant-ui.git" + }, + "bugs": { + "url": "https://github.com/Yonom/assistant-ui/issues" } } diff --git a/packages/react-hook-form/package.json b/packages/react-hook-form/package.json index 1622b4ddd..f8ce1890f 100644 --- a/packages/react-hook-form/package.json +++ b/packages/react-hook-form/package.json @@ -28,5 +28,13 @@ "publishConfig": { "access": "public", "provenance": true + }, + "homepage": "https://assistant-ui.com/", + "repository": { + "type": "git", + "url": "git+https://github.com/Yonom/assistant-ui.git" + }, + "bugs": { + "url": "https://github.com/Yonom/assistant-ui/issues" } }