{
  "name": "react-native-autocomplete-input",
  "version": "5.5.6",
  "description": "Pure javascript autocomplete input for react-native",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest",
    "build": "rm -rf dist && tsc --project tsconfig.build.json"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/byteburgers/react-native-autocomplete-input.git"
  },
  "files": [
    "LICENSE",
    "README.md",
    "dist/index.js",
    "dist/index.d.ts"
  ],
  "keywords": [
    "react-native",
    "iOS",
    "input",
    "Android",
    "autocomplete"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/byteburgers/react-native-autocomplete-input/issues"
  },
  "homepage": "https://github.com/byteburgers/react-native-autocomplete-input#readme",
  "devDependencies": {
    "@react-native/typescript-config": "^0.76.1",
    "@testing-library/react-native": "^13.0.0",
    "react-test-renderer": "18.3.1",
    "@types/jest": "^29.4.0",
    "@types/react": "~18.3.12",
    "babel-jest": "^29.4.3",
    "jest": "^29.4.3",
    "react": "18.3.1",
    "react-native": "0.76.6"
  }
}
