wdl-doc 0.11.0

Documentation generator for Workflow Description Language (WDL) documents.
Documentation
{
  "name": "wdl-doc",
  "version": "1.0.0",
  "description": "A bundled wdl-doc theme and web components.",
  "main": "dist/bundle.js",
  "module": "dist/bundle.js",
  "type": "module",
  "scripts": {
    "build": "esbuild web-components/index.js --bundle --outfile=dist/index.js --format=esm --minify --loader:.json=json"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.2",
    "@tailwindcss/cli": "^4.1.11",
    "shiki": "^3.7.0",
    "tippy.js": "^6.3.7"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.21",
    "esbuild": "^0.25.5",
    "postcss": "^8.5.6",
    "tailwindcss": "^4.1.11"
  }
}