{
  "name": "next-use-posthog",
  "version": "2.0.2",
  "license": "MIT",
  "description": "A Next.js hook for PostHog analytics",
  "author": {
    "name": "Ismaaa",
    "email": "didouhismael@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/PostHog/posthog-nextjs"
  },
  "homepage": "https://github.com/PostHog/posthog-nextjs",
  "bugs": {
    "url": "https://github.com/PostHog/posthog-nextjs/issues"
  },
  "keywords": [
    "posthog",
    "next.js",
    "react",
    "analytics",
    "react",
    "hook"
  ],
  "files": [
    "dist",
    "license",
    "README.md"
  ],
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc"
  },
  "peerDependencies": {
    "posthog-js": "^1.43.1",
    "react": "^16.13.1 || ^17 || ^18"
  },
  "devDependencies": {
    "@types/react": "^17.0.3",
    "@typescript-eslint/eslint-plugin": "^4.29.3",
    "@typescript-eslint/parser": "^4.29.3",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "next": ">=9",
    "posthog-js": "^1.43.1",
    "typescript": "^4.2.4"
  }
}
