{
  "name": "@yeger/vue-masonry-wall-core",
  "version": "5.0.22",
  "homepage": "https://vue-masonry-wall.janmueller.dev",
  "bugs": {
    "url": "https://github.com/DerYeger/yeger/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Jan Müller",
    "url": "https://github.com/DerYeger"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DerYeger/yeger.git",
    "directory": "packages/vue-masonry-wall-core"
  },
  "files": [
    "dist/*"
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@yeger/debounce": "2.0.17",
    "@yeger/vue-lib-adapter": "2.0.16"
  },
  "devDependencies": {
    "@types/resize-observer-browser": "0.1.11",
    "publint": "0.3.17",
    "tsdown": "0.19.0",
    "typescript": "5.9.3",
    "@yeger/tsconfig": "2.1.2"
  },
  "scripts": {
    "build": "tsdown",
    "check:publish": "publint run --strict",
    "check:tsc": "tsc",
    "dev": "tsdown --watch"
  }
}