initiale Übernahme

This commit is contained in:
2026-06-03 13:56:26 +02:00
parent c281c28563
commit 262fc39737
805 changed files with 660083 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "pandoc-templates",
"version": "1.0.0",
"description": "A collection of ready-to-use, Pandoc-compatible templates",
"main": "index.js",
"scripts": {
"validate": "node ./scripts/validate-templates.js",
"generate": "node ./scripts/generate-metadata.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"keywords": [
"pandoc",
"template",
"pdf",
"html"
],
"author": "Hendrik Erz <hendrik@zettlr.com>",
"dependencies": {
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"yaml": "^2.7.1"
}
}