UNPKG

longform-markdown-splitter

Version:

Splits and transforms markdown files from obsidian for usage in hugo.

49 lines (48 loc) 1.25 kB
{ "name": "longform-markdown-splitter", "version": "1.2.12", "description": "Splits and transforms markdown files from obsidian for usage in hugo.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://gitlab.com/glimpse-of-life/longform-markdown-splitter.git" }, "keywords": [ "Javascript", "Typescript", "Hugo", "Obsidian", "Markdown", "CSV", "Transport", "Transformation" ], "scripts": { "test": "tsx --test test/*.test.ts", "watch:ts": "tsc --watch", "build:ts": "rm -rf dist/lib && tsc", "clean": "npm run clean:dist && npm run clean:test", "clean:dist": "find dist -mindepth 1 -delete", "clean:test": "find test-data-hugo -type f | xargs rm -f" }, "author": "Carsten Nichte", "license": "GNU GPLv3", "homepage": "https://gitlab.com/glimpse-of-life/longform-markdown-splitter", "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^20.11.27", "@types/uuid": "^9.0.8", "tsx": "^4.7.1", "typescript": "^5.4.2" }, "dependencies": { "front-matter": "^4.0.2", "fs-extra": "^11.2.0", "uuid": "^9.0.1", "yaml": "^2.4.1" } }