n8n-nodes-google-custom-search
Version:
Google Custom Search node for n8n
37 lines • 751 B
JSON
{
"name": "n8n-nodes-google-custom-search",
"version": "1.0.2",
"description": "Google Custom Search node for n8n",
"main": "index.js",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"keywords": [
"n8n",
"n8n-node",
"google",
"custom-search"
],
"author": "",
"license": "MIT",
"n8n": {
"n8nNodesApiVersion": 1,
"nodes": [
"dist/nodes/GoogleCustomSearch/GoogleCustomSearch.node.js"
],
"credentials": [
"dist/credentials/GoogleCustomSearchApi.credentials.js"
]
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"n8n-workflow": "*"
}
}