{
  "name": "@argdown/pandoc-filter",
  "engines": {
    "node": ">= 22.11.0"
  },
  "version": "2.0.1",
  "description": "Turns Argdown code fences into svg, png, jpg, webp or web-component argument maps",
  "type": "module",
  "bin": {
    "argdown-filter": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "type-check": "tsc --noEmit",
    "build": "tsc",
    "test": "tsc --noEmit && mocha",
    "overwrite-snapshots": "cross-env CHAI_SNAPSHOT_UPDATE=true mocha",
    "clean": "rimraf \"dist/*\"",
    "prepublishOnly": "npm run-script build"
  },
  "keywords": [
    "pandoc-filter",
    "pandoc",
    "markdown",
    "argdown",
    "argument maps",
    "argumentation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/argdown/argdown/tree/master/packages/argdown-pandoc-filter"
  },
  "author": {
    "name": "Christian Voigt",
    "email": "1pxsolidblack@gmail.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@argdown/image-export": "^2.0.1",
    "@types/chai": "^5.2.2",
    "@types/chai-fs": "^2.0.5",
    "@types/lodash.defaultsdeep": "^4.6.9",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.15.24",
    "chai": "^4.3.10",
    "chai-fs": "^2.0.0",
    "cross-env": "^7.0.3",
    "mocha": "^11.5.0",
    "mocha-chai-snapshot": "^1.0.0",
    "rimraf": "^6.0.1",
    "typescript": "5.9.3"
  },
  "dependencies": {
    "@argdown/core": "^2.0.1",
    "@argdown/node": "^2.0.1",
    "import-global": "^1.1.1",
    "lodash.defaultsdeep": "^4.6.1",
    "pandoc-filter": "^2.2.0"
  },
  "systemDependencies": {
    "pandoc": "3.6.4",
    "rsvg-convert": ">=2.60.0"
  },
  "packageManager": "yarn@4.9.4"
}