{
  "name": "react-native-age-declaration",
  "version": "1.1.1",
  "description": "A React Native library to access platform age verification APIs (Apple's Declared Age Range API and Google Play's Age Signals API)",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "files": [
    "src",
    "lib",
    "ios",
    "android",
    "react-native-age-declaration.podspec",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "npm run build",
    "build": "tsc",
    "clean": "rm -rf lib"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "age-verification",
    "age-range",
    "parental-controls",
    "apple-declared-age-range",
    "google-age-signals",
    "expo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dandrykevych/react-native-age-declaration.git"
  },
  "author": "Denys Andrykevych <denis.andrikevich@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dandrykevych/react-native-age-declaration/issues"
  },
  "homepage": "https://github.com/dandrykevych/react-native-age-declaration#readme",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "~19.0.1",
    "@types/react-native": "^0.73.0",
    "react": "19.0.0",
    "react-native": "0.79.0",
    "typescript": "~5.8.3"
  },
  "engines": {
    "node": ">=18"
  },
  "packageManager": "yarn@1.22.22"
}
