{
  "name": "@liam-hq/erd-core",
  "repository": {
    "type": "git",
    "url": "https://github.com/liam-hq/liam.git"
  },
  "license": "Apache-2.0",
  "version": "0.6.18",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./src/index.ts",
    "./nextjs": "./src/nextjs/index.ts"
  },
  "dependencies": {
    "@radix-ui/react-dialog": "1.1.15",
    "@radix-ui/react-toolbar": "1.1.11",
    "@xyflow/react": "12.8.6",
    "clsx": "2.1.1",
    "cmdk": "1.1.1",
    "elkjs": "0.10.0",
    "neverthrow": "8.2.0",
    "nuqs": "2.4.3",
    "pako": "2.1.0",
    "react": "19.1.1",
    "ts-pattern": "5.7.1",
    "valibot": "1.1.0",
    "@liam-hq/neverthrow": "0.0.1",
    "@liam-hq/ui": "0.0.24"
  },
  "devDependencies": {
    "@biomejs/biome": "2.2.6",
    "@storybook/nextjs": "9.1.15",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/pako": "2.0.4",
    "@types/react": "19.2.2",
    "@vitejs/plugin-react": "4.6.0",
    "eslint": "9.38.0",
    "happy-dom": "20.0.0",
    "typed-css-modules": "0.9.1",
    "typescript": "5.9.3",
    "vitest": "3.2.4",
    "@liam-hq/configs": "0.0.1",
    "@liam-hq/schema": "0.6.1"
  },
  "files": [
    "src/**/*",
    "README.md",
    "package.json",
    "LICENSE"
  ],
  "scripts": {
    "dev": "concurrently \"pnpm:dev:*\"",
    "dev:css": "tcm src --watch",
    "fmt": "concurrently \"pnpm:fmt:*\"",
    "fmt:biome": "biome check --write --unsafe .",
    "fmt:eslint": "eslint --fix --prune-suppressions .",
    "gen": "concurrently \"pnpm:gen:*\"",
    "gen:css": "tcm src",
    "lint": "concurrently \"pnpm:lint:*\"",
    "lint:biome": "biome check .",
    "lint:eslint": "eslint .",
    "lint:tsc": "tsc --noEmit",
    "suppressions": "eslint --suppress-all --fix --max-warnings 0",
    "test": "vitest --watch=false"
  }
}