{
    "name": "react-native-progress-ring",
    "description": "A performant, simple, flexible circular progress ring component for all React Native apps (Expo and Bare) 🔥",
    "author": {
        "name": "Tim Roberts",
        "url": "https://github.com/troberts-28"
    },
    "license": "MIT",
    "version": "1.1.3",
    "main": "dist/commonjs/index.js",
    "types": "dist/typescript/src/index.d.ts",
    "scripts": {
        "setup": "yarn && cd example && yarn",
        "start": " cd example && yarn start",
        "start-bare:android": " cd example-bare && yarn android && yarn start",
        "start-bare:ios": " cd example-bare && yarn ios && yarn start",
        "build": "bob build",
        "clean": "rm yarn.lock && rm -rf ./node_modules && yarn install",
        "lint": "eslint --ext .ts,.tsx .",
        "lint:fix": "eslint --ext .ts,.tsx . --fix",
        "prepare": "yarn build"
    },
    "homepage": "https://github.com/troberts-28/react-native-progress-ring",
    "bugs": {
        "url": "https://github.com/troberts-28/react-native-progress-ring/issues"
    },
    "repository": {
        "name": "GitHub",
        "type": "git",
        "url": "git+https://github.com/troberts-28/react-native-progress-ring.git"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "files": [
        "dist",
        "package.json",
        "README.md",
        "LICENSE"
    ],
    "keywords": [
        "react",
        "react-native",
        "expo",
        "progress",
        "progress-indicator",
        "progress-ring",
        "progress-bar",
        "circular-progress",
        "circle-progress",
        "ring-progress",
        "circular-progress-indicator",
        "circle-progress-indicator",
        "circular-progress-bar",
        "circle-progress-bar",
        "circular-progress-ring",
        "circle-progress-ring",
        "react-native-circle-progress",
        "react-native-circular-progress",
        "react-native-progress",
        "react-native-circle-progress-bar",
        "react-native-circular-progress-bar",
        "react-native-circular-progress-ring",
        "react-native-progress-bar",
        "react-native-progress-circle",
        "react-native-progress-circular",
        "expo-circle-progress",
        "expo-circular-progress",
        "expo-progress",
        "expo-circle-progress-bar",
        "expo-circular-progress-bar",
        "expo-circular-progress-ring",
        "expo-progress-bar",
        "expo-progress-ring",
        "expo-progress-circle",
        "expo-progress-circular"
    ],
    "engines": {
        "node": ">=16.0.0"
    },
    "jest": {
        "preset": "react-native",
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "jsx",
            "json",
            "node"
        ],
        "testEnvironment": "node",
        "modulePathIgnorePatterns": [
            "<rootDir>/dist/",
            "<rootDir>/example/"
        ],
        "transformIgnorePatterns": []
    },
    "peerDependencies": {
        "react": ">=16.8.0",
        "react-native": ">=0.59.0",
        "react-native-reanimated": ">=3.0.0"
    },
    "devDependencies": {
        "@babel/core": "^7.20.0",
        "@babel/plugin-transform-class-properties": "^7.22.5",
        "@babel/plugin-transform-flow-strip-types": "^7.22.5",
        "@babel/plugin-transform-private-methods": "^7.22.5",
        "@testing-library/react-native": "^12.0.0",
        "@types/jest": "^29.0.0",
        "@types/react": "^18.0.27",
        "@types/react-native": "^0.70.6",
        "@typescript-eslint/eslint-plugin": "^5.49.0",
        "@typescript-eslint/parser": "^5.49.0",
        "babel-jest": "^29.6.2",
        "eslint": "^8.44.0",
        "eslint-plugin-import": "^2.29.0",
        "eslint-plugin-react": "^7.33.1",
        "eslint-plugin-react-hooks": "^4.6.0",
        "eslint-plugin-sort-destructure-keys": "^1.5.0",
        "eslint-plugin-typescript-sort-keys": "^3.1.0",
        "jest": "^29.0.0",
        "metro-react-native-babel-preset": "^0.71.1",
        "react": ">=16.8.0",
        "react-native": ">=0.59.0",
        "react-native-builder-bob": "^0.18.3",
        "react-native-reanimated": ">=3.0.0",
        "react-test-renderer": "^18.0.0",
        "typescript": "^4.7.4"
    },
    "module": "dist/module/index.js",
    "typings": "./dist/typescript/index.d.ts",
    "react-native-builder-bob": {
        "source": "src",
        "output": "dist",
        "targets": [
            "commonjs",
            "module",
            "typescript"
        ]
    },
    "eslintIgnore": [
        "node_modules/",
        "dist/"
    ]
}
