{
	"name": "hybrid-navigation",
	"description": "React Native Navigation that supports seamless navigation between Native and React.",
	"version": "4.0.2",
	"main": "./dist/index",
	"module": "./dist/index",
	"types": "./dist/index.d.ts",
	"react-native": "src/index",
	"source": "src/index",
	"nativePackage": true,
	"files": [
		"src",
		"dist",
		"android",
		"ios",
		"HybridNavigation.podspec",
		"!android/build",
		"!android/.gradle",
		"!android/.idea",
		"!android/.kotlin",
		"!android/local.properties",
		"!ios/build",
		"!**/__tests__"
	],
	"repository": "https://github.com/listenzz/hybrid-navigation",
	"homepage": "https://github.com/listenzz/hybrid-navigation#readme",
	"author": "listen <listenzz@163.com> (https://github.com/listenzz)",
	"license": "MIT",
	"licenseFilename": "LICENSE",
	"keywords": [
		"react-native",
		"navigation",
		"navigator",
		"router",
		"hybrid"
	],
	"scripts": {
		"build": "rm -rf ./dist && tsc -p tsconfig.json",
		"prepare": "npm run build",
		"test": "jest",
		"tsc": "tsc",
		"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
	},
	"peerDependencies": {
		"react": ">=19.2",
		"react-native": ">=0.83"
	},
	"dependencies": {
		"path-to-regexp": "^8.3.0"
	},
	"devDependencies": {},
	"codegenConfig": {
		"name": "navigation",
		"type": "modules",
		"jsSrcsDir": "src",
		"android": {
			"javaPackageName": "com.reactnative.hybridnavigation"
		}
	}
}
