publishing

This commit is contained in:
jetstream0
2023-07-28 17:33:58 -07:00
parent a5cc8606d5
commit 28f1432648
6 changed files with 1632 additions and 0 deletions

22
npm/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "makoto",
"version": "1.0.0",
"description": "Markdown to HTML parser",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jetstream0/Makoto-Markdown-to-HTML.git"
},
"keywords": [
"md",
"markdown",
"html"
],
"author": "jetstream0/prussia",
"license": "MIT",
"bugs": {
"url": "https://github.com/jetstream0/Makoto-Markdown-to-HTML/issues"
},
"homepage": "https://github.com/jetstream0/Makoto-Markdown-to-HTML#readme"
}