n8n-nodes-google-search-console-complete
Version:
Complete n8n node for Google Search Console API - 7 operations with dual auth support (OAuth2 & Service Account)
69 lines (68 loc) • 2.02 kB
JSON
{
"name": "n8n-nodes-google-search-console-complete",
"version": "2.0.1",
"description": "Complete n8n node for Google Search Console API - 7 operations with dual auth support (OAuth2 & Service Account)",
"keywords": [
"n8n-community-node-package",
"google",
"search-console",
"seo",
"analytics",
"sitemap",
"mcp",
"oauth2",
"service-account"
],
"license": "MIT",
"homepage": "https://github.com/cedrictantcheu/n8n-nodes-google-search-console-complete",
"author": {
"name": "Cedric Tantcheu",
"email": "cedric@vtimagerie.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/cedrictantcheu/n8n-nodes-google-search-console-complete.git"
},
"engines": {
"node": ">=18.10",
"npm": ">=8.0.0"
},
"main": "index.js",
"scripts": {
"build": "node copy-icons.js && tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier nodes credentials --write",
"lint": "eslint nodes credentials package.json",
"lintfix": "eslint nodes credentials package.json --fix"
},
"files": [
"dist",
"icons",
"README.md"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/GoogleSearchConsoleOAuth2Api.credentials.js",
"dist/credentials/GoogleSearchConsoleServiceAccount.credentials.js"
],
"nodes": [
"dist/nodes/GoogleSearchConsole/GoogleSearchConsole.node.js"
]
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/parser": "~8.32.0",
"eslint": "^8.57.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"gulp": "^5.0.0",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
},
"peerDependencies": {
"n8n-workflow": "*"
},
"dependencies": {
"googleapis": "^140.0.1"
}
}