google-analytics-ga4
Version:
This is package for google analytics GA4 .You can import it to any node project and use it .React , Vue, Anguler etc
47 lines (46 loc) • 1.21 kB
JSON
{
"name": "google-analytics-ga4",
"version": "1.0.0",
"description": "This is package for google analytics GA4 .You can import it to any node project and use it .React , Vue, Anguler etc",
"main": "dist/index.js",
"types": "src/types/index.d.ts",
"scripts": {
"build": "tsc",
"postbuild": "tsc src/index.ts --declaration --allowJs --emitDeclarationOnly --outDir types",
"prepublish": "npm run build"
},
"keywords": [
"Google",
"Analytics",
"GA4",
"GA",
"GTM",
"Google Analytics",
"Google Analytics 4",
"Google Tag Manager",
"Vue GA4",
"React GA4",
"Anguler GA4"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pcprashant99/google-analytics-ga4-javascript.git"
},
"author": "Prashant Pandey",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@types/node": "^18.7.16",
"babel-jest": "^29.0.3",
"reflect-metadata": "^0.1.13",
"typescript": "^4.8.3"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^29.0.0",
"jest": "^29.0.3",
"ts-jest": "^29.0.0"
}
}