mirror of
https://github.com/callumalpass/tasknotes.git
synced 2026-07-22 12:50:26 +00:00
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"name": "tasknotes-docs-builder",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"dev": "node build.js && python3 -m http.server 4321 --directory dist"
|
|
},
|
|
"dependencies": {
|
|
"gray-matter": "^4.0.3",
|
|
"highlight.js": "^11.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"marked": "^13.0.0",
|
|
"marked-highlight": "^2.1.0"
|
|
}
|
|
}
|