mirror of
https://github.com/morten-olsen/http.md.git
synced 2026-02-08 00:46:28 +01:00
docs: stuff
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"build": "pnpm run build:lib && pnpm run build:readme",
|
||||
"build:lib": "tsc --build",
|
||||
"build:readme": "pnpm run cli build docs/README.md README.md",
|
||||
"build:readme-html": "pnpm run cli build docs/README.md README.html -f html",
|
||||
"dev:readme": "pnpm run cli dev docs/README.md --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
@@ -35,6 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"blessed": "^0.1.81",
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^14.0.0",
|
||||
"dotenv": "^16.5.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
@@ -44,7 +46,9 @@
|
||||
"marked-terminal": "^7.3.0",
|
||||
"mdast-util-to-markdown": "^2.1.2",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"mdast-util-toc": "^7.1.0",
|
||||
"rehype-stringify": "^10.0.1",
|
||||
"remark-behead": "^3.1.0",
|
||||
"remark-directive": "^4.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-parse": "^11.0.0",
|
||||
|
||||
Reference in New Issue
Block a user