{
  "name": "@jeongshin/react-native-animated-rolling-numbers",
  "version": "2.0.1",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BouarourMohammed/react-native-animated-rolling-numbers.git"
  },
  "homepage": "https://github.com/BouarourMohammed/react-native-animated-rolling-numbers.git#readme",
  "keywords": [
    "react-native",
    "animated-numbers",
    "rolling-numbers",
    "animated-digits",
    "animated-number",
    "reanimated",
    "numbers",
    "react",
    "react-native-rolling-numbers",
    "react-native-animated-numbers",
    "digits"
  ],
  "author": "Bouarour Mohammed",
  "license": "MIT",
  "description": "🚀 The Animated Digits component for React Native seamlessly blends a sophisticated number rotation effect with dynamic value updates, creating an engaging and interactive experience that enhances your user interfaces with a touch of elegance and excitement.",
  "devDependencies": {
    "@types/react": "^18.3.5",
    "@types/react-native": "^0.73.0",
    "react-native": "0.82.1",
    "react-native-reanimated": "4.1.5",
    "react-native-worklets": "0.6.1",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.70.0",
    "react-native-reanimated": ">=4.0.0",
    "react-native-worklets": ">=0.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "packageManager": "yarn@4.10.2"
}
