@jaimeflneto/n8n-nodes-google-ads-conversion
Version:
n8n node for tracking conversions in Google Ads with support for batch processing, enhanced conversions, and comprehensive privacy compliance
110 lines (109 loc) • 2.96 kB
JSON
{
"name": "@jaimeflneto/n8n-nodes-google-ads-conversion",
"version": "0.8.3",
"description": "n8n node for tracking conversions in Google Ads with support for batch processing, enhanced conversions, and comprehensive privacy compliance",
"keywords": [
"n8n-community-node-package",
"google-ads",
"conversion-tracking",
"marketing-automation",
"advertising",
"analytics",
"batch-processing",
"privacy-compliance",
"gdpr",
"enhanced-conversions",
"oauth2"
],
"license": "MIT",
"homepage": "https://github.com/jaimeneto85/n8n-nodes-google-ads-conversion#readme",
"bugs": {
"url": "https://github.com/jaimeneto85/n8n-nodes-google-ads-conversion/issues"
},
"author": {
"name": "Jaime Lima Neto",
"email": "jaimeflneto@gmail.com",
"url": "https://linkedin.com/in/jaimeflneto"
},
"contributors": [
{
"name": "Jaime Lima Neto",
"email": "jaimeflneto@gmail.com",
"role": "Lead Developer"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/jaimeneto85/n8n-nodes-google-ads-conversion.git"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"packageManager": "npm@9.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --noEmitOnError false && gulp build:icons",
"build:force": "tsc --noEmitOnError false --skipLibCheck && gulp build:icons",
"build:watch": "tsc --watch",
"dev": "tsc --watch",
"clean": "rimraf dist",
"format": "prettier nodes credentials docs --write",
"format:check": "prettier nodes credentials docs --check",
"lint": "eslint nodes credentials --ext .ts",
"lint:fix": "eslint nodes credentials --ext .ts --fix",
"test": "node tests/run-tests.js",
"test:validation": "npm run test",
"validate": "npm run test && npm run build:force",
"package": "npm run clean && npm run build:force && npm pack"
},
"files": [
"dist/**/*",
"docs/**/*",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/GoogleAdsOAuth2.credentials.js"
],
"nodes": [
"dist/nodes/GoogleAdsConversion/GoogleAdsConversion.node.js"
]
},
"devDependencies": {
"@types/node": "^18.19.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-n8n-nodes-base": "^1.16.0",
"eslint-plugin-prettier": "^5.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"n8n-workflow": "^1.15.0",
"prettier": "^3.1.0",
"prettier-eslint": "^16.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.0"
},
"peerDependencies": {
"n8n-workflow": ">=1.0.0"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/jaimeneto85"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}