{
  "name": "@excalidraw/mermaid-to-excalidraw",
  "version": "2.2.2",
  "description": "Mermaid to Excalidraw Diagrams",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "type": "module",
  "scripts": {
    "build": "rimraf -rf ./dist && cross-env tsc -b src",
    "test:code": "eslint --max-warnings=0 --ext .js,.ts,.tsx .",
    "dev": "vite playground --mode development",
    "start": "vite playground --mode development",
    "build:playground": "tsc --noEmit --project ./playground/tsconfig.json && vite build playground",
    "preview": "yarn run build:playground && vite preview --outDir ./public",
    "test": "vitest",
    "test:coverage": "vitest --coverage",
    "test:watch": "vitest --watch",
    "test:visual": "playwright test",
    "test:visual:update": "playwright test --update-snapshots",
    "test:visual:dev": "vite --config visual-tests/vite.config.ts"
  },
  "dependencies": {
    "@excalidraw/markdown-to-text": "0.1.2",
    "@mermaid-js/parser": "^0.6.3",
    "mermaid": "^11.12.1",
    "nanoid": "4.0.2"
  },
  "devDependencies": {
    "@babel/core": "7.12.0",
    "@excalidraw/eslint-config": "1.0.3",
    "@excalidraw/excalidraw": "^0.18.0-a9ca16e",
    "@playwright/test": "^1.58.2",
    "@types/mermaid": "^9.2.0",
    "@types/node": "^20",
    "@types/react": "18.2.14",
    "@types/react-dom": "18.2.4",
    "@typescript-eslint/eslint-plugin": "5.59.9",
    "@typescript-eslint/parser": "5.59.9",
    "@vitejs/plugin-react-swc": "3.6.0",
    "@vitest/coverage-v8": "^1.6.0",
    "cross-env": "7.0.3",
    "eslint": "8.42.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-prettier": "4.2.1",
    "jsdom": "^24.0.0",
    "prettier": "2.8.8",
    "process": "0.11.10",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "rimraf": "5.0.5",
    "sass": "1.74.1",
    "typescript": "5.2.2",
    "vite": "5.2.8",
    "vitest": "^1.6.0"
  },
  "resolutions": {
    "@babel/preset-env": "7.13.8"
  },
  "keywords": [],
  "license": "MIT"
}
