{
  "name": "@react-native-community/progress-bar-android",
  "version": "1.0.5",
  "description": "Progress Bar component for React Native",
  "main": "./js/index.js",
  "types": "./js/index.d.ts",
  "scripts": {
    "start": "react-native start",
    "android": "react-native run-android",
    "test": "jest",
    "lint": "eslint 'js/**/*.js' 'example/**/*.js'",
    "type-check": "tsc --noEmit",
    "flow": "flow"
  },
  "homepage": "https://github.com/react-native-community/react-native-progress-bar-android#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-native-community/react-native-progress-bar-android.git"
  },
  "keywords": [
    "react-native",
    "react native",
    "androidprogressbar",
    "android",
    "progress-bar"
  ],
  "files": [
    "android",
    "ios",
    "js",
    "react-native-progress-bar-android.podspec"
  ],
  "author": "Wagner Maciel <wagnermaciel@google.com>",
  "contributors": [
    "Vivian Fang <vf608@nyu.edu>",
    "Jesse Katsumata <jesse.katsumata@gmail.com>"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-native": ">=0.60.0"
  },
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@babel/runtime": "^7.10.3",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/react-native": "^0.62.2",
    "babel-jest": "^25.1.0",
    "eslint": "^7.12.1",
    "flow-bin": "^0.129.0",
    "jest": "^25.2.3",
    "metro-react-native-babel-preset": "0.63.0",
    "react": "16.13.1",
    "react-native": "^0.63.3",
    "react-test-renderer": "16.13.1",
    "typescript": "^3.9.6"
  },
  "jest": {
    "preset": "react-native"
  },
  "publishConfig": {
    "access": "public"
  }
}
