n8n-nodes-competitive-intelligence
Version:
n8n community node for competitive intelligence analysis using LLM-powered web scraping
63 lines (62 loc) • 1.65 kB
JSON
{
"name": "n8n-nodes-competitive-intelligence",
"version": "1.0.4",
"description": "n8n community node for competitive intelligence analysis using LLM-powered web scraping",
"keywords": [
"n8n-community-node-package",
"competitive-intelligence",
"web-scraping",
"ollama",
"llm",
"competitive-analysis"
],
"license": "MIT",
"homepage": "https://github.com/advanced-fleet-washing/n8n-nodes-competitive-intelligence",
"author": {
"name": "Advanced Fleet Washing",
"email": "support@advancedfleetwashing.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advanced-fleet-washing/n8n-nodes-competitive-intelligence.git"
},
"scripts": {
"build": "tsc && npm run copy:icons",
"copy:icons": "echo 'No icons to copy'",
"dev": "tsc --watch",
"format": "prettier *.ts --write",
"lint": "echo 'Linting skipped for now'",
"lintfix": "eslint *.ts --ext .ts --fix",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/ollamaapi.credentials.js"
],
"nodes": [
"dist/competitiveintelligence.node.js"
]
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/node-fetch": "^2.6.12",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"copyfiles": "^2.4.1",
"eslint": "^8.41.0",
"n8n-workflow": "*",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
},
"dependencies": {
"cheerio": "1.0.0-rc.10",
"node-fetch": "2.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}