{
  "name": "react-native-paper-navigation-theme-context",
  "version": "1.3.1",
  "description": "Theme Context for react-native (needs react, react-native and react-native-paper), to support Light, Dark and Default (your device) theme for your react-native-paper and react-navigation components.",
  "main": "dist/index.js",
  "scripts": {
    "test": "node dist/test.js",
    "build": "tsc",
    "release": "standard-version",
    "share": "git push --follow-tags origin main && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JebBarbas/react-native-paper-navigation-theme-context.git"
  },
  "keywords": [
    "react",
    "react-native",
    "react-native-paper",
    "react-navigation",
    "theme",
    "darkmode",
    "context",
    "lightmode",
    "useColorScheme"
  ],
  "author": "jebbarbas",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/JebBarbas/react-native-paper-navigation-theme-context/issues"
  },
  "homepage": "https://github.com/JebBarbas/react-native-paper-navigation-theme-context#readme",
  "dependencies": {
    "@react-native-async-storage/async-storage": "^1.15.8"
  },
  "devDependencies": {
    "@types/react": "^17.0.19",
    "@types/react-native": "^0.64.13",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "react": "^17.0.2",
    "react-native": "^0.65.1",
    "react-native-paper": "^4.9.2",
    "standard-version": "^9.3.1",
    "typescript": "^4.4.2"
  }
}
