{
  "name": "@zaradev/react-native-circular-slider",
  "description": "3 types Circular Slider Component for React Native",
  "version": "0.1.0",
  "private": false,
  "license": "MIT",
  "main": "lib/commonjs/index.js",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "src/lib",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:zaragit/react-native-circular-slider.git"
  },
  "bugs": {
    "url": "https://github.com/zaragit/react-native-circular-slider/issues",
    "email": "p080931@gmail.com"
  },
  "author": {
    "name": "ZaraDev",
    "email": "p080931@gmail.com"
  },
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest --watchAll",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "prepare": "bob build"
  },
  "dependencies": {
    "react-native-redash": "^18.0.0",
    "react-native-svg": "^12.4.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "^2.5.0",
    "react-native-reanimated": "^2.9.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/preset-env": "^7.18.9",
    "@babel/preset-typescript": "^7.18.6",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "@testing-library/jest-native": "^4.0.5",
    "@testing-library/react-native": "^10.1.1",
    "@types/enzyme": "^3.10.12",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^28.1.3",
    "@types/lodash": "^4.14.182",
    "@types/react-native": "^0.69.0",
    "@types/react-test-renderer": "^18.0.0",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.5",
    "enzyme-adapter-react-16": "^1.15.6",
    "eslint": "^7.32.0",
    "jest": "^28.1.3",
    "metro-react-native-babel-preset": "^0.70.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-native": "^0.69.3",
    "react-native-builder-bob": "^0.18.3",
    "react-native-gesture-handler": "^2.5.0",
    "react-native-reanimated": "^2.9.0",
    "react-test-renderer": "^18.2.0",
    "ts-jest": "^28.0.7",
    "typescript": "^4.4.4"
  },
  "resolutions": {
    "@types/react": "^18"
  },
  "keywords": [
    "react-native",
    "circular",
    "slider",
    "gauge",
    "progress"
  ],
  "react-native": "src/index.tsx",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "eslintIgnore": [
    "node_modules/",
    "dist/",
    "lib/",
    "Example"
  ]
}
