{
  "name": "react-native-weather-api",
  "version": "3.4.3",
  "description": "Real-time weather information for any location on Earth, including over 200,000 cities.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "react-native": "src/index.ts",
  "types": "lib/typescript/index.d.ts",
  "files": [
    "lib/",
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pierreamgabriel/react-native-weather-api.git"
  },
  "keywords": [
    "React Native",
    "weather",
    "weather api"
  ],
  "author": {
    "name": "Pierre Gabriel",
    "email": "pierregabrieldev@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pierreamgabriel/react-native-weather-api/issues"
  },
  "homepage": "https://github.com/pierreamgabriel/react-native-weather-api",
  "scripts": {
    "build": "bob build"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      "typescript"
    ]
  },
  "dependencies": {
    "@react-native-community/geolocation": "^3.0.4"
  },
  "devDependencies": {
    "@types/react": "^18.2.44",
    "react": "18.3.1",
    "react-native": "0.76.2",
    "react-native-builder-bob": "^0.32.1",
    "typescript": "^5.2.2"
  }
}
