n8n-nodes-crawl4ai-dev
Version:
n8n nodes for Crawl4AI web crawler and data extraction
68 lines (67 loc) • 2 kB
JSON
{
"name": "n8n-nodes-crawl4ai-dev",
"version": "0.1.7",
"description": "n8n nodes for Crawl4AI web crawler and data extraction",
"keywords": [
"n8n",
"n8n-community-node-package",
"crawl4ai",
"web-crawler",
"data-extraction",
"scraping"
],
"license": "MIT",
"homepage": "https://github.com/golfamigo/n8n-nodes-crawl4j",
"author": {
"name": "Heictor Hsiao",
"email": "amigo.golf@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/golfamigo/n8n-nodes-crawl4j.git"
},
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "rimraf ./dist && tsc && gulp build:icons",
"dev": "tsc --watch",
"format": "prettier --write \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
"lint": "eslint --quiet --fix \"nodes/**/*.ts\" \"credentials/**/*.ts\"",
"lintfix": "eslint . --fix",
"prepublishOnly": "npm run build && npm run lint -c ./.eslintrc.prepublish.js"
},
"files": [
"dist"
],
"n8n": {
"n8nNodesApiVersion": 1,
"credentials": [
"dist/credentials/Crawl4aiApi.credentials.js"
],
"nodes": [
"dist/nodes/Crawl4aiBasicCrawler/Crawl4aiBasicCrawler.node.js",
"dist/nodes/Crawl4aiContentExtractor/Crawl4aiContentExtractor.node.js"
]
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.13.9",
"@types/request": "^2.48.12",
"@types/request-promise-native": "^1.0.21",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"eslint": "^9.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n8n-nodes-base": "^1.16.3",
"eslint-plugin-prettier": "^5.0.0",
"gulp": "^5.0.0",
"n8n-core": "^1.79.1",
"n8n-workflow": "^1.82.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.10",
"typescript": "~5.5.4"
},
"dependencies": {
"axios": "^1.7.0"
}
}