diff --git a/package.json b/package.json index 53c74eacb4..1db9debed7 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,23 @@ "version": "2026.2.15", "description": "Multi-channel AI gateway with extensible messaging integrations", "keywords": [], + "homepage": "https://github.com/openclaw/openclaw#readme", + "bugs": { + "url": "https://github.com/openclaw/openclaw/issues" + }, "license": "MIT", "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/openclaw/openclaw.git" + }, "bin": { "openclaw": "openclaw.mjs" }, + "directories": { + "doc": "docs", + "test": "test" + }, "files": [ "CHANGELOG.md", "LICENSE",