{
  "name": "mythik-react-native",
  "version": "0.2.1",
  "description": "React Native runtime for rendering Mythik JSON-native app contracts in Expo and React Native applications.",
  "license": "Apache-2.0",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "mythik",
    "react-native",
    "expo",
    "json",
    "json-native",
    "application-framework"
  ],
  "homepage": "https://mythik.dev",
  "bugs": {
    "url": "https://github.com/mldixdev/mythik/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mldixdev/mythik.git",
    "directory": "packages/react-native"
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@react-navigation/native": "^7.2.2",
    "@react-navigation/native-stack": "^7.14.10",
    "@react-navigation/bottom-tabs": "^7.15.9",
    "@react-navigation/drawer": "^7.9.8",
    "mythik": "0.2.1"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-native": ">=0.76.0 <0.82.0",
    "expo": ">=52.0.0 <55.0.0",
    "react-native-reanimated": ">=3.16.0 <4.2.0",
    "react-native-worklets": ">=0.5.0 <0.6.0",
    "react-native-safe-area-context": ">=5.0.0 <6.0.0",
    "react-native-screens": ">=4.0.0 <4.25.0",
    "react-native-gesture-handler": ">=2.20.0 <3.0.0",
    "expo-linear-gradient": ">=14.0.0 <16.0.0",
    "expo-haptics": ">=14.0.0 <16.0.0",
    "expo-blur": ">=14.0.0 <16.0.0",
    "@react-native-community/slider": ">=5.0.0 <6.0.0",
    "react-native-svg": ">=15.0.0 <16.0.0"
  },
  "peerDependenciesMeta": {
    "expo-linear-gradient": {
      "optional": true
    },
    "react-native-svg": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/react": "^19.0.0",
    "typescript": "^5.7.0"
  },
  "scripts": {
    "build": "node ../../node_modules/typescript/bin/tsc",
    "typecheck": "node ../../node_modules/typescript/bin/tsc --noEmit"
  }
}