{
  "name": "embedex",
  "version": "2.11.3",
  "description": "Embed shared text and code snippets from source files into destination files.",
  "keywords": [
    "cli",
    "documentation",
    "embed",
    "examples",
    "snippets",
    "typedoc",
    "typescript"
  ],
  "bugs": "https://github.com/ClipboardHealth/core-utils/issues",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClipboardHealth/core-utils.git",
    "directory": "packages/embedex"
  },
  "bin": {
    "embedex": "./src/bin/cli.js"
  },
  "type": "commonjs",
  "main": "./src/index.js",
  "typings": "./src/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@commander-js/extra-typings": "15.0.0",
    "glob": "13.0.6",
    "tslib": "2.8.1",
    "yoctocolors-cjs": "2.1.3"
  }
}
