Skip to content

Commit

Permalink
Update package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mderazon committed Nov 22, 2024
1 parent 0780365 commit 50337e3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 50337e3

Please sign in to comment.