{
  "name": "@tinacms/mdx",
  "version": "2.1.5",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "browser": "dist/index.browser.js",
  "files": [
    "package.json",
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/index.browser.js",
      "default": "./dist/index.js"
    }
  },
  "license": "Apache-2.0",
  "buildConfig": {
    "entryPoints": [
      {
        "name": "src/index.ts",
        "target": "node",
        "bundleDeps": true
      }
    ]
  },
  "dependencies": {
    "acorn": "8.8.2",
    "ccount": "2.0.1",
    "estree-util-is-identifier-name": "2.1.0",
    "mdast-util-compact": "4.1.1",
    "mdast-util-directive": "2.2.4",
    "mdast-util-from-markdown": "1.3.0",
    "mdast-util-gfm": "2.0.2",
    "mdast-util-mdx-jsx": "2.1.2",
    "mdast-util-to-markdown": "1.5.0",
    "micromark-extension-gfm": "2.0.3",
    "micromark-factory-mdx-expression": "1.0.7",
    "micromark-factory-space": "1.0.0",
    "micromark-factory-whitespace": "1.0.0",
    "micromark-util-character": "1.1.0",
    "micromark-util-symbol": "1.0.1",
    "micromark-util-types": "1.1.0",
    "parse-entities": "4.0.1",
    "prettier": "^2.8.8",
    "remark": "14.0.2",
    "remark-gfm": "^2.0.0",
    "remark-mdx": "2.3.0",
    "stringify-entities": "4.0.3",
    "typedoc": "^0.26.11",
    "unist-util-source": "4.0.2",
    "unist-util-stringify-position": "3.0.3",
    "unist-util-visit": "4.1.2",
    "uvu": "0.5.6",
    "vfile-message": "3.1.4",
    "@tinacms/schema-tools": "2.8.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "url": "https://github.com/tinacms/tinacms.git",
    "directory": "packages/tina-graphql"
  },
  "devDependencies": {
    "@types/estree": "1.0.0",
    "@types/mdast": "^3.0.15",
    "@types/node": "^22.13.1",
    "@types/prettier": "^2.7.3",
    "@types/unist": "^2.0.11",
    "c8": "^7.14.0",
    "concat-md": "^0.5.1",
    "jest-file-snapshot": "^0.5.0",
    "ts-node": "^10.9.2",
    "typedoc-plugin-markdown": "^3.17.1",
    "typescript": "^5.7.3",
    "vite": "^4.5.9",
    "vitest": "^0.32.4",
    "@tinacms/scripts": "1.6.1"
  },
  "scripts": {
    "types": "tsc",
    "build": "tinacms-scripts build",
    "docs": "typedoc --plugin typedoc-plugin-markdown src/parse/plate.ts --theme markdown && concat-md --decrease-title-levels --dir-name-as-title docs > spec.md",
    "serve": "nodemon dist/server.js",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "test-watch": "vitest"
  }
}