{
  "name": "@rubixscript/react-native-progress-banner",
  "version": "2.3.0",
  "description": "A comprehensive React Native library for generating and sharing beautiful progress tracking banners. Supports reading trackers, pomodoro timers, skill trackers, habit trackers, fitness apps, and custom progress types for social media sharing.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "jest",
    "lint": "eslint src --ext .ts,.tsx",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build"
  },
  "keywords": [
    "react-native",
    "social-media",
    "sharing",
    "banner",
    "progress-tracker",
    "reading-tracker",
    "pomodoro-timer",
    "habit-tracker",
    "skill-tracker",
    "fitness-tracker",
    "goal-tracking",
    "gamification",
    "expo",
    "react"
  ],
  "author": "RubixScript Team",
  "license": "MIT",
  "homepage": "https://www.rubixscript.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/rubixscript/react-native-progress-banner.git"
  },
  "bugs": {
    "url": "https://github.com/rubixscript/react-native-progress-banner/issues"
  },
  "peerDependencies": {
    "@expo/vector-icons": ">=13.0.0",
    "expo": ">=48.0.0",
    "expo-blur": ">=12.0.0",
    "expo-clipboard": ">=4.0.0",
    "expo-linear-gradient": ">=12.0.0",
    "expo-sharing": ">=11.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.70.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-view-shot": ">=3.0.0"
  },
  "devDependencies": {
    "@expo/vector-icons": "^15.0.2",
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/react-native": "^12.0.0",
    "@types/react": "~19.1.10",
    "@types/react-native": "^0.73.0",
    "expo-blur": "~15.0.7",
    "expo-linear-gradient": "~15.0.7",
    "expo-sharing": "~14.0.7",
    "jest": "^29.0.0",
    "react-native-safe-area-context": "^5.6.0",
    "react-native-view-shot": "^4.0.3",
    "rollup": "^3.29.5",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.8.1",
    "typescript": "~5.9.2"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": {
      "import": "./dist/styles.esm.js",
      "require": "./dist/styles.js",
      "types": "./dist/styles.d.ts"
    }
  },
  "dependencies": {
    "@react-native/virtualized-lists": "^0.83.1"
  }
}
