chore: add repository metadata and homepage to package.json

- Included repository URL, bugs URL, and homepage in package.json for better project visibility and issue tracking.
- This update enhances the package's metadata, making it easier for users to find relevant resources and report issues.
This commit is contained in:
suyao 2025-07-17 20:39:39 +08:00
parent e7d5626055
commit e3c5c87e1b
No known key found for this signature in database

View File

@ -20,6 +20,14 @@
],
"author": "Cherry Studio",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CherryHQ/cherry-studio.git"
},
"bugs": {
"url": "https://github.com/CherryHQ/cherry-studio/issues"
},
"homepage": "https://github.com/CherryHQ/cherry-studio#readme",
"dependencies": {
"@ai-sdk/amazon-bedrock": "3.0.0-beta.7",
"@ai-sdk/anthropic": "2.0.0-beta.6",