{
  "name": "expo-dynamic-fonts",
  "version": "1.1.5",
  "description": "A powerful and flexible React Native package for dynamically loading and using Google Fonts in Expo applications, with built-in caching and TypeScript support",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Valentine8342/expo-dynamic-fonts.git"
  },
  "keywords": [
    "react-native",
    "expo",
    "google-fonts",
    "font-loader"
  ],
  "author": "Mauro Garcia",
  "license": "MIT",
  "peerDependencies": {
    "expo-font": ">=11.0.0",
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.6",
    "@types/react-native": "^0.70.0",
    "expo-font": "^11.0.0",
    "react": "^18.2.0",
    "react-native": "^0.72.0",
    "typescript": "^4.9.0"
  },
  "dependencies": {
    "@react-native-async-storage/async-storage": "^2.1.0",
    "expo-file-system": "^18.1.11"
  }
}
