n8n-nodes-immometrica-v2
Version:
n8n community node for ImmoMetrica real estate data extraction with CSV-based approach and agent tool compatibility
82 lines (81 loc) • 2.38 kB
JSON
{
"name": "n8n-nodes-immometrica-v2",
"version": "1.3.5",
"description": "n8n community node for ImmoMetrica real estate data extraction with CSV-based approach and agent tool compatibility",
"keywords": [
"n8n-community-node-package",
"immometrica",
"real-estate",
"property-data",
"investment-analysis",
"agent-tool",
"csv-extraction"
],
"license": "MIT",
"homepage": "https://github.com/julez4125/n8n-nodes-immometrica-v2",
"author": {
"name": "Julian",
"email": "j.knoebel@layer7.ch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julez4125/n8n-nodes-immometrica-v2.git"
},
"engines": {
"node": ">=18.10",
"pnpm": ">=9.1"
},
"packageManager": "pnpm@9.1.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc && gulp build",
"dev": "gulp build --watch",
"format": "prettier src --write",
"lint": "eslint src/**/*.ts",
"lintfix": "eslint src/**/*.ts --fix",
"prepublishOnly": "npm run build && npm run lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:visual": "node test_visual_kpi_validation.js",
"test:comprehensive": "npm run test:coverage && npm run test:visual",
"test:all": "npm run lint && npm run test:comprehensive",
"test:ci": "npm run lint && npm run test:comprehensive",
"test:report": "npm run test:comprehensive && echo 'Test reports generated in /tmp/'"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/ImmoMetricaApi.credentials.js"
],
"nodes": [
"dist/nodes/ImmoMetrica/ImmoMetrica.node.js"
]
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^20.19.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^8.56.0",
"eslint-plugin-n8n-nodes-base": "^1.16.1",
"gulp": "^4.0.2",
"jest": "^29.5.0",
"n8n-workflow": "^1.82.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@types/selenium-webdriver": "^4.1.28",
"axios": "^1.10.0",
"cheerio": "^1.0.0-rc.12",
"csv-parser": "^3.0.0",
"n8n-nodes-immometrica-v2": "^1.0.7",
"node-cache": "^5.1.2",
"selenium-webdriver": "^4.33.0"
}
}