{
  "type": "module",
  "name": "nohmo",
  "version": "0.3.50",
  "description": "Official analytics SDK for Nohmo — device tracking, session journeys, and event batching for React, Next.js, and React Native",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./react-native": {
      "import": "./dist/react-native.esm.js",
      "require": "./dist/react-native.cjs.js",
      "types": "./dist/react-native.d.ts"
    },
    "./react-native/autocapture": {
      "import": "./dist/autocapture.esm.js",
      "require": "./dist/autocapture.cjs.js",
      "types": "./dist/autocapture.d.ts"
    },
    "./babel-plugin": "./babel-plugin.cjs"
  },
  "react-native": "dist/react-native.cjs.js",
  "files": [
    "dist",
    "react-native",
    "android",
    "ios",
    "Nohmo.podspec",
    "react-native.config.js",
    "README.md",
    "babel-plugin.cjs"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c --watch",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0",
    "react-native": ">=0.70.0",
    "@react-native-async-storage/async-storage": ">=1.0.0"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-native": {
      "optional": true
    },
    "@react-native-async-storage/async-storage": {
      "optional": true
    }
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react": "^18.0.0",
    "next": "^16.2.4",
    "rollup": "^3.0.0",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.6.0",
    "typescript": "^5.0.0"
  },
  "keywords": [
    "analytics",
    "tracking",
    "nohmo",
    "react",
    "react-native",
    "nextjs",
    "mobile",
    "events"
  ],
  "license": "MIT",
  "homepage": "https://www.nohmo.in",
  "repository": {
    "type": "git",
    "url": "https://github.com/prakhar2407/nohmo"
  },
  "engines": {
    "node": ">=20"
  },
  "overrides": {
    "serialize-javascript": "^6.0.2"
  }
}
