diff --git a/package.json b/package.json index 2ceecff..7b939ec 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,20 @@ "build": "tsc", "test": "tsc && node --test dist/test/*.test.js" }, - "author": "", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/scheduleonce/markdown-safe.git" + }, + "keywords": [ + "markdown", + "parser", + "sanitizer" + ], + "homepage": "https://github.com/scheduleonce/markdown-safe#readme", + "bugs": { + "url": "https://github.com/scheduleonce/markdown-safe/issues" + }, "dependencies": { "micromark": "^4.0.1" },