{
  "name": "standard-navigation",
  "version": "0.0.8",
  "description": "Standard navigation API for navigation libraries",
  "keywords": [
    "react-navigation",
    "expo-router"
  ],
  "homepage": "https://github.com/react-navigation/standard-navigation#readme",
  "bugs": {
    "url": "https://github.com/react-navigation/standard-navigation/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-navigation/standard-navigation.git"
  },
  "license": "MIT",
  "author": "Satyajit Sahoo <satyajit.happy@gmail.com>",
  "type": "module",
  "files": ["lib"],
  "main": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "scripts": {
    "prepare": "tsc"
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@types/react": "^19.2.14",
    "typescript": "^6.0.3"
  }
}
