{
  "name": "@thisbeyond/solid-select",
  "version": "0.16.0",
  "description": "The Select component for Solid.",
  "info": "A flexible, reactive Select component and core built for use with SolidJS. Supports single or multiple values; static, reactive or dynamic options (including via async fetch); builtin filtering; custom styling and more!",
  "homepage": "https://solid-select.com",
  "license": "MIT",
  "author": "Martin Pengelly-Phillips",
  "contributors": [
    {
      "name": "Martin Pengelly-Phillips",
      "email": "dev@thisbeyond.com"
    }
  ],
  "keywords": [
    "select",
    "combobox",
    "autocomplete",
    "solid",
    "solidjs",
    "solidhack",
    "best_ecosystem"
  ],
  "type": "module",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "browser": {},
  "exports": {
    ".": {
      "solid": {
        "development": "./dist/dev.jsx",
        "import": "./dist/index.jsx"
      },
      "development": {
        "import": {
          "types": "./dist/index.d.ts",
          "default": "./dist/dev.js"
        }
      },
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./style.css": {
      "import": "./dist/style.css"
    }
  },
  "typesVersions": {},
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "build:site": "pnpm -C site build",
    "dev": "tsup --watch",
    "dev:site": "pnpm -C site dev",
    "test": "vitest",
    "test:e2e": "playwright test",
    "prepublishOnly": "pnpm run build",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thisbeyond/solid-select.git"
  },
  "peerDependencies": {
    "solid-js": "^1.8"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "@release-it/keep-a-changelog": "^7.0.0",
    "@solidjs/testing-library": "^0.8.10",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^25.0.6",
    "jsdom": "^27.4.0",
    "prettier": "^3.3.2",
    "release-it": "^19.2.3",
    "solid-js": "^1.8",
    "tsup": "^8.1.0",
    "tsup-preset-solid": "^2.2.0",
    "typescript": "^5.5.2",
    "vite": "^7.3.1",
    "vite-plugin-solid": "^2.11.10",
    "vitest": "^4.0.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "pnpm@9.0.0",
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=9.0.0"
  }
}
