{
  "name": "react-native-floating-label-inputs",
  "version": "0.0.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dagic-zewdu/react-native-floating-label-inputs"
  },
  "bugs": {
    "url": "https://github.com/Dagic-zewdu/react-native-floating-label-inputs/issues"
  },
  "keywords": [
    "react-native",
    "react-native-component",
    "react",
    "react native",
    "mobile",
    "ios",
    "android",
    "input",
    "mask",
    "floating",
    "text-input",
    "TextInput",
    "customizable",
    "placeholder",
    "react-native-floating-label-input",
    "floating-label-input",
    "FloatingLabelInput"
  ],
  "main": "index.tsx",
  "private": false,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
  },
  "dependencies": {
    "@react-native-community/cli-platform-android": "^9.3.1",
    "react": "18.1.0",
    "react-native": "^0.70.5",
    "react-native-vector-icons": "^9.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@tsconfig/react-native": "^2.0.2",
    "@types/jest": "^26.0.23",
    "@types/react": "^18.0.21",
    "@types/react-native": "^0.70.6",
    "@types/react-native-vector-icons": "^6.4.12",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.32.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "0.72.3",
    "react-test-renderer": "18.1.0",
    "typescript": "^4.8.3"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
