{
  "name": "@thg-agentic/vto-react-native",
  "version": "0.1.0",
  "description": "React Native components and hooks for THG Virtual Try-On",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "node scripts/build.mjs",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-native": ">=0.72.0",
    "@react-native-async-storage/async-storage": ">=1.19.0"
  },
  "peerDependenciesMeta": {
    "@react-native-async-storage/async-storage": {
      "optional": true
    }
  },
  "devDependencies": {
    "@thg/vto-core": "file:../core",
    "@types/react": "^19.0.0",
    "react": "^19.0.0",
    "typescript": "^5.3.0"
  },
  "license": "UNLICENSED"
}
