{
  "name": "@axah/react-svg-editor",
  "version": "2.1.0",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axa-health/svg-editor.git"
  },
  "bugs": {
    "url": "https://github.com/axa-health/svg-editor/issues"
  },
  "homepage": "https://github.com/axa-health/svg-editor#readme",
  "types": "./dist/index.d.cts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "file-type": "22.0.1"
  },
  "peerDependencies": {
    "pdfjs-dist": ">=5",
    "react": ">=19",
    "react-dom": ">=19"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.2",
    "@biomejs/biome": "2.4.15",
    "@changesets/cli": "2.31.0",
    "@tsconfig/vite-react": "8.0.6",
    "@types/node": "25.8.0",
    "@types/react": "19.2.14",
    "@types/react-color": "3.0.13",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "6.0.2",
    "pdfjs-dist": "5.7.284",
    "react": "19.2.6",
    "react-color": "2.19.3",
    "react-dom": "19.2.6",
    "react-icons": "5.6.0",
    "tsdown": "0.22.0",
    "typescript": "6.0.3",
    "vite": "8.0.13"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "vite",
    "release": "pnpm lint && pnpm check:types && pnpm build && pnpm changeset publish",
    "build": "tsdown",
    "lint": "tsc --noEmit && biome lint .",
    "attw": "attw --pack",
    "check:types": "pnpm build && pnpm attw",
    "format": "biome format --write .",
    "fix": "biome check --fix --unsafe .",
    "clean": "rm -rf dist"
  }
}