UNPKG

markdown-rambler

Version:

Yet another opinionated & powerful static site generator.

90 lines (89 loc) 2.31 kB
{ "name": "markdown-rambler", "version": "0.0.23", "description": "Yet another opinionated & powerful static site generator.", "main": "dist/index.js", "type": "module", "files": [ "dist" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "repository": "github:webpro/markdown-rambler", "homepage": "https://github.com/webpro/markdown-rambler", "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs", "watch": "tsup src/index.ts --dts --format esm,cjs --watch", "test": "uvu -r tsm test", "prepublishOnly": "npm test && rm -rf dist && npm run build", "release": "release-it" }, "keywords": [ "static", "site", "generator", "markdown", "remark", "rehype" ], "author": { "name": "Lars Kappert", "email": "lars@webpro.nl", "url": "https://www.webpro.nl" }, "license": "MIT", "dependencies": { "globby": "^13.1.3", "hastscript": "^7.2.0", "htm": "^3.1.1", "lodash": "^4.17.21", "mdast-util-gfm-table": "^1.0.7", "micromark-extension-gfm-table": "^1.0.5", "minisearch": "^6.0.1", "prettier": "^2.8.7", "rehype-autolink-headings": "^6.1.1", "rehype-document": "6.1.0", "rehype-format": "^4.0.1", "rehype-slug": "^5.1.0", "rehype-stringify": "^9.0.3", "rehype-urls": "^1.1.1", "remark-directive": "^2.0.1", "remark-frontmatter": "^4.0.1", "remark-parse": "^10.0.1", "remark-prettier": "^2.0.0", "remark-reference-links": "^6.0.1", "remark-rehype": "^10.1.0", "schema-dts": "^1.1.2", "svgo": "^3.0.2", "to-vfile": "^7.2.4", "unified": "^10.1.2", "unist-util-is": "^5.2.1", "unist-util-remove": "^3.1.1", "unist-util-visit": "^4.1.2", "vfile-matter": "^4.0.1", "vfile-mkdirp": "^3.0.0", "vfile-rename": "^2.0.2", "xast-util-feed": "^1.2.2", "xast-util-to-xml": "^3.0.2" }, "devDependencies": { "@types/hast": "^2.3.4", "@types/node": "^18.15.10", "@types/unist": "^2.0.6", "@types/vfile": "^4.0.0", "knip": "^2.1.3", "release-it": "^15.9.3", "tsm": "^2.3.0", "tsup": "^6.7.0", "tsx": "^3.12.6", "typescript": "^5.0.2", "uvu": "^0.5.6" }, "engines": { "node": ">=14" } }