{
	"name": "n8n-nodes-websearch",
	"version": "1.0.0",
	"description": "Smart web search node for n8n with multiple provider fallback (Tavily, Serper, Exa, Google CSE, Brave, SerpApi, DuckDuckGo)",
	"license": "MIT",
	"homepage": "https://github.com/sudipta26889/n8n-nodes-websearch",
	"keywords": [
		"n8n-community-node-package",
		"web-search",
		"tavily",
		"serper",
		"exa",
		"brave-search",
		"google-cse",
		"serpapi",
		"duckduckgo"
	],
	"author": {
		"name": "sudipta26889",
		"url": "https://github.com/sudipta26889"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/sudipta26889/n8n-nodes-websearch.git"
	},
	"scripts": {
		"build": "n8n-node build",
		"build:watch": "tsc --watch",
		"dev": "n8n-node dev",
		"lint": "n8n-node lint",
		"lint:fix": "n8n-node lint --fix",
		"release": "n8n-node release"
	},
	"files": [
		"dist"
	],
	"n8n": {
		"n8nNodesApiVersion": 1,
		"strict": true,
		"credentials": [
			"dist/credentials/WebSearchApi.credentials.js"
		],
		"nodes": [
			"dist/nodes/WebSearch/WebSearch.node.js"
		]
	},
	"dependencies": {
		"axios": "^1.7.0",
		"duck-duck-scrape": "^2.2.7"
	},
	"devDependencies": {
		"@n8n/node-cli": "*",
		"@types/node": "^24.10.1",
		"eslint": "9.32.0",
		"prettier": "3.6.2",
		"release-it": "^19.0.4",
		"typescript": "5.9.2"
	},
	"peerDependencies": {
		"n8n-workflow": "*"
	}
}
