{
  "name": "@react-native-community/progress-view",
  "version": "1.5.0",
  "description": "React Native Progress View iOS Library",
  "keywords": [
    "ProgressViewIOS",
    "progress",
    "progress view",
    "react native",
    "react-native"
  ],
  "homepage": "https://github.com/react-native-community/react-native-progress-view#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-native-community/react-native-progress-view.git"
  },
  "license": "MIT",
  "author": "Kaiden Sin <ksnz93@gmail.com>",
  "main": "js/index.js",
  "types": "js/index.d.ts",
  "files": [
    "common",
    "android",
    "ios",
    "js",
    "macos",
    "react-native-progress-view.podspec",
    "windows"
  ],
  "scripts": {
    "android": "cd example && yarn android",
    "appium": "appium",
    "flow": "flow",
    "ios": "cd example && yarn ios",
    "lint": "eslint .",
    "start": "react-native start",
    "start:macos": "react-native start --use-react-native-macos",
    "start:windows": "react-native start --use-react-native-windows",
    "test": "jest js/__tests__/*",
    "test:windows": "yarn jest --setupFiles=./jest-setups/jest.setup.windows.js",
    "type-check": "tsc --noEmit",
    "windows": "cd example && react-native run-windows"
  },
  "jest": {
    "preset": "react-native"
  },
  "resolutions": {
    "jimp": "^0.10.0",
    "metro": "0.64.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^3.1.0",
    "@types/jest": "^26.0.22",
    "@types/react": "^17.0.3",
    "@types/react-native": "^0.61.2",
    "babel-jest": "^26.6.3",
    "babel-plugin-module-resolver": "^3.2.0",
    "eslint": "^7.14.0",
    "eslint-plugin-ft-flow": "^2.0.1",
    "flow-bin": "0.137.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.64.0",
    "prettier": "^2.7.1",
    "react": "17.0.1",
    "react-native": "^0.68.0",
    "react-native-macos": "^0.68.0",
    "react-native-test-app": "^2.0.0",
    "react-native-windows": "^0.68.0",
    "react-test-renderer": "17.0.1",
    "typescript": "4"
  },
  "peerDependencies": {
    "react": ">16.8.3",
    "react-native": ">=0.59.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "codegenConfig": {
    "name": "progressview",
    "type": "components",
    "jsSrcsDir": "./js",
    "android": {
      "javaPackageName": "com.reactnativecommunity.progressview"
    }
  },
  "packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}
