UNPKG

n8n-nodes-linkupapi

Version:

n8n node for LINKUP API - Complete LinkedIn automation with 100% API coverage and full documentation

68 lines (66 loc) 1.72 kB
{ "name": "n8n-nodes-linkupapi", "version": "2.4.31", "description": "n8n node for LINKUP API - Complete LinkedIn automation with 100% API coverage and full documentation", "keywords": [ "n8n-community-node-package", "n8n", "linkedin", "linkup", "automation", "scraping", "api" ], "license": "MIT", "homepage": "https://github.com/Eliott-89/n8n-nodes-linkup", "author": { "name": "Eliott Cerpaud", "email": "eliott@example.com" }, "repository": { "type": "git", "url": "git+https://github.com/Eliott-89/n8n-nodes-linkup.git" }, "engines": { "node": ">=18.10", "pnpm": ">=8.6" }, "packageManager": "pnpm@8.6.2", "main": "index.js", "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "build:global": "npx tsc && npx gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint \"nodes/**/*.ts\" \"credentials/**/*.ts\"", "lintfix": "eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/LinkupApi.credentials.js" ], "nodes": [ "dist/nodes/Linkup/Linkup.node.js" ] }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^8.57.1", "eslint-plugin-n8n-nodes-base": "^1.11.0", "gulp": "^4.0.2", "n8n-workflow": "*", "prettier": "^2.7.1", "typescript": "^4.8.4", "@n8n/scan-community-package": "^0.1.1" }, "peerDependencies": { "n8n-workflow": "*" } }