{
  "name": "@tarojs/router-rn",
  "version": "4.2.1",
  "description": "Taro-router-rn",
  "author": "O2Team",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "keywords": [
    "taro",
    "router-rn"
  ],
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "@react-navigation/bottom-tabs": "^6.5.20",
    "@react-navigation/native": "^6.1.17",
    "@react-navigation/native-stack": "^6.3.29",
    "@react-navigation/routers": "^6.1.9",
    "@react-navigation/stack": "^6.3.29",
    "lodash": "^4.17.21",
    "query-string": "^9.0.0"
  },
  "devDependencies": {
    "react-native": "^0.73.1",
    "react-native-gesture-handler": "~2.14.0",
    "react-native-safe-area-context": "4.8.2",
    "react-native-screens": "~3.29.0"
  },
  "peerDependencies": {
    "react": "^18",
    "react-native": "^0.73.1",
    "react-native-gesture-handler": "~2.14.0",
    "react-native-safe-area-context": "4.8.2",
    "react-native-screens": "~3.29.0"
  },
  "scripts": {
    "prod": "pnpm run build",
    "prebuild": "pnpm run clean",
    "clean": "rimraf ./dist",
    "dev": "tsc -w",
    "build": "tsc",
    "lint": "eslint src --ext .js,.jsx,.ts,.tsx"
  }
}