{
    "main": "./src/index",
    "name": "react-native-range-slider-expo",
    "description": "Customizable range slider for react native apps and compatible with Expo projects",
    "license": "MIT",
    "homepage": "https://github.com/D10S60948/react-native-range-slider-expo#readme",
    "version": "1.4.3",
    "types": "./src/index",
    "files": [
        "src"
    ],
    "scripts": {
      "tsc-declaration": "tsc --emitDeclarationOnly"
    },
    "peerDependencies": {
        "react-native-gesture-handler": "^1.6.1",
        "react-native-svg": "^12.1.0"
    },
    "devDependencies": {
        "@babel/core": "^7.8.6",
        "@types/react": "~16.9.41",
        "@types/react-native": "~0.62.13",
        "logkitty": "^0.7.1",
        "react": "^17.0.2",
        "react-native": "^0.67.3",
        "react-native-gesture-handler": "^2.3.1",
        "react-native-svg": "^12.3.0",
        "typescript": "~3.9.5"
    },
    "keywords": [
        "range",
        "slider",
        "expo"
    ]
}
