UNPKG

yamltabl

Version:

Yamltabl lets you define tables in YAML using a predictable schema — and render to Markdown or HTML.

48 lines 998 B
{ "name": "yamltabl", "version": "2.0.0", "type": "module", "main": "./lib/index.cjs", "module": "./lib/index.js", "types": "./lib/src/index.d.ts", "bin": { "yamltabl": "./cli/cli.cjs", "ytbl": "./cli/cli.cjs" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/joeltok/yamltabl" }, "bugs": { "url": "https://github.com/joeltok/yamltabl/issues" }, "homepage": "https://github.com/joeltok/yamltabl/tree/main/packages/npm-package", "license": "MIT", "files": [ "docs", "cli", "lib", "README.md", "LICENSE" ], "exports": { ".": { "import": "./lib/index.js", "require": "./lib/index.cjs" } }, "keywords": [ "yamltabl", "yaml-table", "yaml-table-schema", "yaml-to-markdown", "yaml-to-html", "yaml-markdown-tables", "yaml-html-tables", "markdown-table-generator", "yaml-table-generator", "docs-as-code", "cli-table-generator" ] }