{
  "name": "@react-navigation/native-stack",
  "description": "Native stack navigator using react-native-screens",
  "version": "7.14.4",
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "react-navigation",
    "ios",
    "android",
    "native",
    "stack"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-navigation/react-navigation.git",
    "directory": "packages/native-stack"
  },
  "bugs": {
    "url": "https://github.com/software-mansion/react-native-screens/issues"
  },
  "homepage": "https://github.com/software-mansion/react-native-screens#readme",
  "main": "./lib/module/index.js",
  "types": "./lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "lib",
    "!**/__tests__"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepack": "bob build",
    "clean": "del lib"
  },
  "dependencies": {
    "@react-navigation/elements": "^2.9.10",
    "color": "^4.2.3",
    "sf-symbols-typescript": "^2.1.0",
    "warn-once": "^0.1.1"
  },
  "devDependencies": {
    "@jest/globals": "^30.0.0",
    "@react-navigation/native": "^7.1.33",
    "@testing-library/react-native": "^13.2.1",
    "@types/react": "~19.0.10",
    "del-cli": "^6.0.0",
    "react": "19.1.0",
    "react-native": "0.81.5",
    "react-native-builder-bob": "^0.40.17",
    "react-native-screens": "^4.24.0",
    "react-test-renderer": "19.1.0",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@react-navigation/native": "^7.1.33",
    "react": ">= 18.2.0",
    "react-native": "*",
    "react-native-safe-area-context": ">= 4.0.0",
    "react-native-screens": ">= 4.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "gitHead": "69573410534dc9a467ace6e749e82d32058b3092"
}
