diff --git a/package.json b/package.json index be882fb..a183cca 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,22 @@ "commit": "git-cz", "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md" }, + "repository": { + "type": "git", + "url": "git+https://github.com/twp0217/react-org-chart.git" + }, + "keywords": [ + "react", + "react-component", + "react-org-chart", + "org-chart" + ], + "author": "twp0217", + "license": "MIT", + "bugs": { + "url": "https://github.com/twp0217/react-org-chart/issues" + }, + "homepage": "https://github.com/twp0217/react-org-chart#readme", "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts",