{
  "version": "6.2.2",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.es.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": [
        "./dist/index.es.js",
        "./dist/index.d.ts"
      ],
      "require": "./dist/index.js"
    }
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "vite watch",
    "build": "vite build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^3.2.2",
    "@emotion/react": "^11.13.5",
    "react": ">=18.2.0"
  },
  "dependencies": {
    "next-themes": "^0.4.3",
    "react-icons": "^5.3.0",
    "react-nanny": "2.15.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": false,
    "trailingComma": "es5"
  },
  "name": "@choc-ui/chakra-autocomplete",
  "author": "anubra266",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anubra266/choc-autocomplete.git"
  },
  "size-limit": [
    {
      "path": "./dist/index.es.js",
      "limit": "10 KB"
    },
    {
      "path": "./dist/index.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@chakra-ui/react": "^3.2.2",
    "@emotion/react": "^11.13.5",
    "@size-limit/esbuild": "12.0.0",
    "@size-limit/esbuild-why": "12.0.0",
    "@size-limit/file": "12.0.0",
    "@types/react": "^18.2.55",
    "@types/react-dom": "^18.2.18",
    "@vitejs/plugin-react": "^5.0.0",
    "husky": "^9.1.6",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "size-limit": "12.0.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.0",
    "typescript": "^5.3.3",
    "vite": "^7.1.0",
    "vite-plugin-dts": "^4.2.2",
    "vite-plugin-linter": "^3.0.0",
    "vite-tsconfig-paths": "^6.1.0"
  }
}
