{
  "name": "owlscope",
  "version": "0.3.4",
  "description": "OwlScope React Native client SDK — universal debug & monitoring tool for mobile developers, with native FPS / memory / thermal / battery metrics.",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./auto": {
      "types": "./dist/auto.d.ts",
      "import": "./dist/auto.js",
      "default": "./dist/auto.js"
    },
    "./rn": {
      "types": "./dist/rn.d.ts",
      "import": "./dist/rn.js",
      "default": "./dist/rn.js"
    }
  },
  "bin": {
    "owlscope": "./bin/setup.cjs"
  },
  "files": [
    "dist",
    "src",
    "bin",
    "ios",
    "android",
    "owlscope.podspec",
    "react-native.config.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepack": "npm run build"
  },
  "devDependencies": {
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "react-native": ">=0.70"
  },
  "peerDependenciesMeta": {
    "react-native": {
      "optional": true
    }
  },
  "keywords": [
    "react-native",
    "debug",
    "monitoring",
    "devtools",
    "owlscope"
  ]
}
