@giovaniortolanibarbosa/google-tag-linker
Version:
Generate a cross-domain linker parameter for Google Tags (ie: Google Analytics 4) and any other analytics tool
71 lines (70 loc) • 2.04 kB
JSON
{
"name": "@giovaniortolanibarbosa/google-tag-linker",
"version": "0.2.0",
"description": "Generate a cross-domain linker parameter for Google Tags (ie: Google Analytics 4) and any other analytics tool",
"main": "dist/googleTagLinker.min.js",
"module": "dist/dist/googleTagLinker.esm.min.js",
"browser": "dist/googleTagLinker.min.js",
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"test": "jest",
"devtest": "jest --watch",
"prepublish:patch": "npm version patch --force && npm run build",
"prepublish:minor": "npm version minor --force && npm run build",
"prepublish:major": "npm version major --force && npm run build",
"publish:public": "npm publish --access public"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/giovaniortolani/google-tag-linker"
},
"keywords": [
"google",
"google tag",
"cross-domain",
"linker",
"google tag manager",
"google analytics",
"ga4",
"analytics"
],
"author": {
"name": "David Vallejo",
"email": "thyngster@gmail.com",
"url": "https://www.thyngster.com"
},
"contributors": [
{
"name": "Giovani Ortolani Barbosa",
"email": "giovaniortolanibarbosa@gmail.com",
"url": "https://www.linkedin.com/in/giovani-ortolani-barbosa/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/giovaniortolani/google-tag-linker/issues"
},
"homepage": "https://github.com/giovaniortolani/google-tag-linker/",
"funding": {
"type": "individual",
"url": "https://ko-fi.com/thyngster"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"browser-or-node": "^2.0.0",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-terser": "^7.0.2"
}
}