-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 749 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "n8n-nodes-seoscoreapi",
"version": "1.1.0",
"description": "n8n node for SEO Score API — audit any URL for SEO issues with 28 checks",
"keywords": ["n8n-community-node-package", "n8n", "seo", "audit", "seo-score"],
"license": "MIT",
"homepage": "https://seoscoreapi.com",
"author": {
"name": "SEO Score API",
"email": "info@seoscoreapi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/avansledright/seoscoreapi.com",
"directory": "sdks/n8n"
},
"main": "index.js",
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": ["credentials/SeoScoreApi.credentials.js"],
"nodes": ["nodes/SeoScoreApi/SeoScoreApi.node.js"]
},
"files": ["nodes", "credentials", "index.js"]
}