{
  "name": "react-native-basic-elements",
  "version": "1.1.19",
  "description": "This package is for easy and fun coding",
  "homepage": "https://github.com/ayand269/react-native-basic-elements#readme",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "author": "Ayan Das <ayand269@gmail.com>",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "scripts": {
    "compile": "rm -rf lib && tsc -p .",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "yarn compile",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.16.12",
    "@babel/runtime": "^7.16.7",
    "@react-native-community/eslint-config": "^3.0.1",
    "@react-native-picker/picker": "^2.4.4",
    "@types/jest": "^27.4.0",
    "@types/react-native": "^0.66.15",
    "@types/react-test-renderer": "^17.0.1",
    "babel-jest": "^27.4.6",
    "eslint": "^7.32.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "jest": "^27.4.7",
    "metro-react-native-babel-preset": "^0.67.0",
    "react": "^17.0.2",
    "react-native": "^0.67.1",
    "react-native-linear-gradient": "^2.6.2",
    "react-native-vector-icons": "^10.0.0",
    "react-test-renderer": "^17.0.2",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-linear-gradient": "*",
    "react-native-vector-icons": "*",
    "@react-native-picker/picker": "*"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "dependencies": {
    "@callstack/react-theme-provider": "^3.0.7",
    "@types/react-native-vector-icons": "^6.4.13"
  },
  "keywords": [
    "react-native",
    "react-native-elements",
    "react-native-basic-elements",
    "react-native-icon",
    "custom-textinput"
  ]
}