{
  "name": "@dualmark/converters",
  "version": "0.11.0",
  "description": "13 production-tested markdown converter factories (blog, case-study, changelog, compare, docs, feature, glossary, integration, legal, pricing, pseo, tool, video) for the Dualmark AEO framework.",
  "license": "Apache-2.0",
  "author": "Dodo Payments <opensource@dodopayments.com> (https://dodopayments.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dodopayments/dualmark.git",
    "directory": "packages/converters"
  },
  "bugs": {
    "url": "https://github.com/dodopayments/dualmark/issues"
  },
  "homepage": "https://github.com/dodopayments/dualmark/tree/main/packages/converters#readme",
  "funding": "https://github.com/sponsors/dodopayments",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist .turbo"
  },
  "dependencies": {
    "@dualmark/core": "0.11.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "keywords": [
    "aeo",
    "answer-engine-optimization",
    "markdown",
    "converter",
    "blog",
    "glossary",
    "pseo",
    "dualmark"
  ],
  "engines": {
    "node": ">=22.12.0"
  }
}
