UNPKG

n8n-nodes-hdw

Version:

n8n node to access Horizon Data Wave API services

60 lines (59 loc) 1.84 kB
{ "name": "n8n-nodes-hdw-linkedin", "version": "0.1.0", "description": "n8n node to access Horizon Data Wave LinkedIn API services", "keywords": [ "n8n-community-node-package", "linkedin", "hdw", "horizon data wave" ], "license": "MIT", "homepage": "https://horizondatawave.ai", "author": { "name": "Horizon Data Wave", "email": "support@horizondatawave.ai" }, "repository": { "type": "git", "url": "https://github.com/horizondatawave/n8n-nodes-hdw-linkedin.git" }, "main": "index.js", "scripts": { "build": "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", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/HDWLinkedinApi.credentials.js" ], "nodes": [ "dist/nodes/HDWLinkedin/HDWLinkedin.node.js" ] }, "devDependencies": { "@types/express": "^4.17.18", "@types/jest": "^29.5.5", "@types/node": "^18.18.5", "@types/request-promise-native": "~1.0.18", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "eslint": "^8.51.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "jest": "^29.7.0", "n8n-core": "1.9.0", "n8n-workflow": "1.9.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "typescript": "~5.2.2" } }