UNPKG

react-ga4

Version:
40 lines (39 loc) 802 B
{ "name": "react-ga4", "version": "3.0.1", "description": "React Google Analytics 4", "type": "module", "types": "dist/index.d.mts", "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "files": [ ".github/FUNDING.yml", "src", "dist" ], "scripts": { "build": "tsdown", "prepublishOnly": "npm run build && npm test -- run", "test": "vitest" }, "author": "Han Lin Yap (https://yap.nu)", "license": "MIT", "keywords": [ "GA", "GTM", "Google Analytics", "Google Analytics 4", "Google Tag Manager" ], "repository": { "type": "git", "url": "git+https://github.com/codler/react-ga4.git" }, "devDependencies": { "tsdown": "0.21.4", "typescript": "5.9.3", "vitest": "4.1.1" } }