{
  "name": "mudlet-map-editor",
  "version": "1.3.2",
  "type": "module",
  "description": "Mudlet Map Editor",
  "keywords": [
    "mudlet",
    "map",
    "editor",
    "game",
    "mud",
    "mudlet-map-editor"
  ],
  "author": "Delwing",
  "license": "MIT",
  "repository": {
    "url": "git+https://github.com/Delwing/mudlet-map-editor.git"
  },
  "exports": {
    ".": {
      "import": "./dist-lib/index.js",
      "types": "./dist-lib/index.d.ts"
    },
    "./styles.css": "./dist-lib/styles.css"
  },
  "main": "./dist-lib/index.js",
  "types": "./dist-lib/index.d.ts",
  "files": [
    "dist-lib"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "build:lib": "vite build --config vite.lib.config.ts && tsc -p tsconfig.lib.json",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@types/node": "^26.1.2",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "@vitejs/plugin-react": "^6.0.5",
    "buffer": "^6.0.3",
    "postcss": "^8.5.25",
    "postcss-prefix-selector": "^2.1.1",
    "typescript": "^7.0.2",
    "vite": "^8.2.0",
    "vite-plugin-node-polyfills": "^0.28.0"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "dompurify": "^3.4.14",
    "i18next": "^26.3.6",
    "konva": "^10.3.0",
    "monaco-editor": "^0.56.0",
    "mudlet-map-binary-reader": "^1.2.0",
    "mudlet-map-renderer": "^2.6.1",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "react-i18next": "^17.0.11"
  },
  "overrides": {
    "dompurify": "^3.4.14"
  }
}
