{
  "name": "@elliemae/ds-form-combobox",
  "version": "3.57.10",
  "license": "MIT",
  "description": "ICE MT - Dimsum - Controlled Form Combobox",
  "files": [
    "dist"
  ],
  "module": "./dist/esm/index.js",
  "main": "./dist/cjs/index.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "repository": {
    "type": "git",
    "url": "https://git.elliemae.io/platform-ui/dimsum.git"
  },
  "engines": {
    "pnpm": ">=9",
    "node": ">=22"
  },
  "author": "ICE MT",
  "jestSonar": {
    "sonar56x": true,
    "reportPath": "reports",
    "reportFile": "tests.xml",
    "indent": 4
  },
  "dependencies": {
    "react-virtual": "~2.10.4",
    "uid": "^2.0.2",
    "@elliemae/ds-button-v2": "3.57.10",
    "@elliemae/ds-circular-progress-indicator": "3.57.10",
    "@elliemae/ds-floating-context": "3.57.10",
    "@elliemae/ds-fast-list": "3.57.10",
    "@elliemae/ds-grid": "3.57.10",
    "@elliemae/ds-form-checkbox": "3.57.10",
    "@elliemae/ds-menu-items": "3.57.10",
    "@elliemae/ds-icons": "3.57.10",
    "@elliemae/ds-system": "3.57.10",
    "@elliemae/ds-props-helpers": "3.57.10",
    "@elliemae/ds-pills-v2": "3.57.10",
    "@elliemae/ds-truncated-tooltip-text": "3.57.10"
  },
  "devDependencies": {
    "@elliemae/pui-cli": "9.0.0-next.65",
    "@elliemae/pui-theme": "~2.13.0",
    "jest": "~29.7.0",
    "styled-components": "~5.3.9",
    "styled-system": "^5.1.5",
    "@elliemae/ds-monorepo-devops": "3.57.10",
    "@elliemae/ds-form-helpers-mask-hooks": "3.57.10",
    "@elliemae/ds-test-utils": "3.57.10"
  },
  "peerDependencies": {
    "@elliemae/pui-theme": "~2.13.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "styled-components": "~5.3.9",
    "styled-system": "^5.1.5"
  },
  "publishConfig": {
    "access": "public",
    "typeSafety": false
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
    "test": "pui-cli test --passWithNoTests --coverage=\"false\"",
    "lint": "node ../../../scripts/lint.mjs --fix",
    "lint:strict": "node ../../../scripts/lint-strict.mjs",
    "dts": "node ../../../scripts/dts.mjs",
    "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
    "checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
  }
}