{
  "name": "@sijanbhattarai/veda-utils",
  "version": "1.0.137",
  "description": "Utility functions for MDX Editor",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "./*": {
      "import": "./dist/*/index.js",
      "types": "./dist/*/index.d.ts"
    },
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "type-check": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "@teamimpact/veda-ui": "*",
    "@trussworks/react-uswds": "^9.0.0",
    "mdast-util-gfm": "*"
  },
  "dependencies": {
    "@mdxeditor/editor": "^3.40.1",
    "unified": "^11.0.0",
    "remark-parse": "^11.0.0",
    "remark-stringify": "^11.0.0",
    "mdast-util-from-markdown": "^2.0.0",
    "mdast-util-mdx-jsx": "^3.0.0",
    "micromark-extension-mdx-jsx": "^3.0.0",
    "unist-util-visit": "^5.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "typescript": "^5.0.0",
    "vite": "^5.0.0",
    "@vitejs/plugin-react": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NASA-IMPACT/mdx-editor-components.git"
  },
  "keywords": [
    "mdx",
    "editor",
    "utils"
  ],
  "author": "NASA IMPACT",
  "license": "MIT"
}
