n8n-nodes-heyreach
Version:
n8n community node for HeyReach API - LinkedIn automation platform
54 lines (53 loc) • 1.13 kB
JSON
{
"name": "n8n-nodes-heyreach",
"version": "0.1.3",
"description": "n8n community node for HeyReach API - LinkedIn automation platform",
"keywords": [
"n8n-community-node-package",
"heyreach",
"linkedin",
"automation",
"outreach",
"social-media"
],
"license": "MIT",
"homepage": "https://github.com/bcharleson/n8n-nodes-heyreach",
"author": {
"name": "Brandon Charleson",
"email": "brandon@topoffunnel.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcharleson/n8n-nodes-heyreach.git"
},
"engines": {
"node": ">=18.10"
},
"main": "index.js",
"scripts": {
"build": "tsc && gulp build:icons"
},
"files": [
"dist",
"icons",
"LICENSE",
"README.md"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/HeyReachApi.credentials.js"
],
"nodes": [
"dist/nodes/HeyReachApi/HeyReachApi.node.js"
]
},
"devDependencies": {
"gulp": "^4.0.2",
"n8n-workflow": "^1.82.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"n8n-workflow": "^1.82.0"
}
}