{
  "name": "@revolist/revo-dropdown",
  "version": "3.0.9",
  "description": "Minimalistic dropdown with keyboard support and search",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/revo-dropdown/revo-dropdown.js",
  "exports": {
    ".": {
      "import": "./dist/revo-dropdown/revo-dropdown.esm.js",
      "require": "./dist/revo-dropdown/revo-dropdown.cjs.js",
      "types": "./dist/types/index.d.ts"
    },
    "./standalone": {
      "import": "./standalone/revo-dropdown.js",
      "types": "./standalone/revo-dropdown.d.ts"
    },
    "./standalone/revo-dropdown.js": {
      "import": "./standalone/revo-dropdown.js",
      "types": "./standalone/revo-dropdown.d.ts"
    },
    "./loader": {
      "import": "./loader/index.js",
      "require": "./loader/index.cjs",
      "types": "./loader/index.d.ts"
    }
  },
  "files": [
    "dist/",
    "loader/",
    "standalone/",
    "hydrate/"
  ],
  "author": "revolist",
  "homepage": "https://github.com/revolist/revodropdown#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/revolist/revodropdown.git"
  },
  "bugs": {
    "url": "https://github.com/revolist/revodropdown/issues"
  },
  "keywords": [
    "revo-dropdown",
    "revolist",
    "datagrid",
    "revoGrid",
    "stenciljs",
    "reactive",
    "virtualgrid",
    "virtual vue grid",
    "react datagrid",
    "editable",
    "excel",
    "webcomponent",
    "autocomplete",
    "dropdown",
    "jsdropdown",
    "dropdownlist"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "serve": "stencil build --dev --watch --serve",
    "deploy": "gh-pages -d ./www"
  },
  "license": "MIT",
  "devDependencies": {
    "@stencil/core": "^4.19.2",
    "@stencil/sass": "^3.0.12",
    "typescript": "^5.5.3",
    "@types/node": "^25.5.0",
    "gh-pages": "^6.3.0"
  }
}
