{
  "name": "yamltabl",
  "version": "1.1.1",
  "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/libs/yamltabl",
  "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"
  ]
}