{
  "name": "@jgamaraalv/react-auto-complete",
  "description": "An amazing auto complete for your React application",
  "version": "1.2.1",
  "author": "João G. A. Vequiato <guilive13@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jgamaraalv/react-auto-complete/issues"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/react-auto-complete.umd.cjs",
  "module": "./dist/react-auto-complete.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/react-auto-complete.js",
      "require": "./dist/react-auto-complete.umd.cjs"
    }
  },
  "scripts": {
    "lint": "eslint .",
    "test:unit": "NODE_ENV=test jest --silent",
    "test": "yarn lint && yarn test:unit",
    "dev": "vite",
    "build": "tsc -p tsconfig.prod.json && vite build",
    "preview": "vite preview",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
    "react",
    "auto complete",
    "react auto complete"
  ],
  "peerDependencies": {
    "react": "^16.8.0 || 17.x",
    "react-dom": "^16.8.0 || 17.x"
  },
  "dependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@swc/core": "^1.3.19",
    "@swc/jest": "^0.2.23",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^14.4.3",
    "@types/node": "^18.11.4",
    "@types/react": "^18.0.17",
    "@types/react-dom": "^18.0.6",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@vitejs/plugin-react": "^2.1.0",
    "camelcase": "6",
    "eslint": "^8.0.1",
    "eslint-config-standard-with-typescript": "^23.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.31.10",
    "husky": "^8.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.2.2",
    "jest-environment-jsdom": "^29.2.2",
    "jest-transform-css": "^6.0.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "*",
    "vite": "^3.1.0",
    "vite-plugin-dts": "^1.6.6"
  },
  "homepage": "https://github.com/jgamaraalv/react-auto-complete"
}
