{
  "name": "@dschz/solid-auto-sizer",
  "version": "0.1.3",
  "description": "SolidJS component that automatically measures and provides the width and height of its parent — useful for virtualized lists, grids, and charts.",
  "type": "module",
  "author": "Daniel Sanchez <dsanc89@icloud.com>",
  "license": "MIT",
  "homepage": "https://github.com/dsnchz/solid-auto-sizer#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/dsnchz/solid-auto-sizer.git"
  },
  "bugs": {
    "url": "https://github.com/dsnchz/solid-auto-sizer/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "auto-sizer",
    "autosizer",
    "component",
    "container",
    "dimensions",
    "height",
    "layout",
    "measure",
    "observer",
    "reactive",
    "render-prop",
    "resize",
    "resize-listener",
    "resize-observer",
    "resizer",
    "responsive",
    "solid",
    "solid-component",
    "solid-js",
    "solidjs",
    "solidjs-component",
    "solidjs-resize",
    "solidjs-utils",
    "utility",
    "virtual-scroll",
    "virtualization",
    "width"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "browser": {},
  "exports": {
    "solid": "./dist/index.jsx",
    "import": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "typesVersions": {},
  "scripts": {
    "build": "tsup",
    "build:watch": "tsup --watch",
    "dev": "vite",
    "format": "prettier . --check",
    "format:fix": "prettier . --write",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "pkg:changeset": "changeset",
    "pkg:version": "changeset version",
    "pkg:publish": "bun run build && changeset publish",
    "serve": "vite preview",
    "start": "vite",
    "start:server": "bun run server/index.ts",
    "test": "vitest run",
    "test:cov": "vitest run --coverage",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@changesets/cli": "^2.29.3",
    "@solidjs/router": "^0.15.3",
    "@solidjs/testing-library": "^0.8.10",
    "@tailwindcss/vite": "^4.1.5",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/bun": "^1.2.12",
    "@typescript-eslint/eslint-plugin": "^8.32.0",
    "@typescript-eslint/parser": "^8.32.0",
    "@vitest/coverage-istanbul": "^3.1.3",
    "eslint": "^9.26.0",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "eslint-plugin-solid": "^0.14.5",
    "globals": "^16.1.0",
    "jiti": "^2.4.2",
    "jsdom": "^26.1.0",
    "prettier": "^3.5.3",
    "solid-js": "^1.9.6",
    "tailwindcss": "^4.1.5",
    "tsup": "^8.4.0",
    "tsup-preset-solid": "^2.2.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.32.0",
    "vite": "^6.3.5",
    "vite-plugin-solid": "^2.11.6",
    "vitest": "^3.1.3"
  },
  "peerDependencies": {
    "solid-js": ">=1.6.0"
  }
}
