{
  "name": "@constructor-io/constructorio-ui-autocomplete",
  "version": "1.30.0",
  "description": "Constructor.io Autocomplete UI library for web applications",
  "main": "lib/cjs/index.js",
  "module": "lib/mjs/index.js",
  "exports": {
    "./styles.css": {
      "import": "./lib/styles.css",
      "require": "./lib/styles.css"
    },
    ".": {
      "types": "./lib/types/index.d.ts",
      "import": "./lib/mjs/index.js",
      "require": "./lib/cjs/index.js"
    },
    "./cjs": {
      "types": "./lib/types/index.d.ts",
      "import": "./lib/cjs/index.js",
      "require": "./lib/cjs/index.js"
    },
    "./constructorio-ui-autocomplete-bundled": {
      "import": "./dist/constructorio-ui-autocomplete-bundled.js",
      "require": "./dist/constructorio-ui-autocomplete-bundled.js"
    }
  },
  "homepage": "https://github.com/Constructor-io/constructorio-ui-autocomplete#readme",
  "types": "lib/types/index.d.ts",
  "scripts": {
    "lint": "eslint src --ext js,ts,jsx,tsx",
    "check-types": "npx tsc --noEmit",
    "check-license": "license-checker --production --onlyAllow 'Apache-2.0;BSD-3-Clause;MIT;0BSD;BSD-2-Clause'",
    "copy-styles": "cp src/styles.css lib/styles.css",
    "prepare": "husky install",
    "dev": "storybook dev -p 6006",
    "test": "jest",
    "storybook:ci": "storybook dev --ci --quiet -p 6006",
    "test-storybook": "test-storybook",
    "test-storybook:watch": "test-storybook --watch",
    "test-storybook:ci": "start-server-and-test storybook:ci http://localhost:6006 test-storybook",
    "build-storybook": "storybook build --docs -o 'docs'",
    "storybook-docs-dev": "storybook dev --docs -p 6007",
    "serve-built-storybook": "npx http-server docs",
    "compile": "rm -rf lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && npm run copy-styles && vite build",
    "doctoc-readme": "doctoc README.md --title '## 📌 Table of Contents'"
  },
  "author": "Constructor.io Corporation",
  "license": "MIT",
  "volta": {
    "node": "22.18.0",
    "npm": "11.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Constructor-io/constructorio-ui-autocomplete.git"
  },
  "bugs": {
    "url": "https://github.com/Constructor-io/constructorio-ui-autocomplete/issues"
  },
  "files": [
    "lib/**/*",
    "dist/constructorio-ui-autocomplete-bundled.js"
  ],
  "engines": {
    "node": ">=14"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.27.0",
    "@chromatic-com/storybook": "^3.2.6",
    "@cspell/eslint-plugin": "^6.18.1",
    "@storybook/addon-a11y": "^8.6.12",
    "@storybook/addon-actions": "^8.6.12",
    "@storybook/addon-essentials": "^8.6.12",
    "@storybook/addon-interactions": "^8.6.12",
    "@storybook/addon-links": "^8.6.12",
    "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
    "@storybook/manager-api": "^8.6.12",
    "@storybook/react-webpack5": "^8.6.12",
    "@storybook/test": "^8.6.12",
    "@storybook/test-runner": "^0.22.0",
    "@storybook/theming": "^8.6.12",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^16.0.0",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.0.20",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "doctoc": "^2.2.1",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.12.0",
    "husky": "^8.0.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.3.0",
    "jest-fail-on-console": "^3.3.0",
    "license-checker": "^25.0.1",
    "playwright": "^1.52.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "remark-gfm": "^4.0.1",
    "start-server-and-test": "^2.0.3",
    "storybook": "^8.6.12",
    "ts-jest": "^29.1.5",
    "typescript": "^4.8.3",
    "vite": "^6.3.2",
    "vite-plugin-css-injected-by-js": "^3.1.1",
    "webpack": "^5.75.0",
    "whatwg-fetch": "^3.6.20"
  },
  "peerDependencies": {
    "@constructor-io/constructorio-client-javascript": "^2.67.6",
    "downshift": "^7.2.1",
    "react": ">=16.12.0",
    "react-dom": ">=16.12.0",
    "tslib": "^2.5.0"
  }
}
