UNPKG

@brave/n8n-nodes-brave-search

Version:
64 lines 1.67 kB
{ "name": "@brave/n8n-nodes-brave-search", "version": "1.0.16", "description": "A n8n node for the Brave Search API", "keywords": [ "api", "search", "brave", "brave search", "brave search api", "n8n-community-node-package" ], "license": "MIT", "homepage": "https://www.npmjs.com/package/@brave/n8n-nodes-brave-search", "author": { "name": "Sampson", "email": "sampson@brave.com" }, "repository": { "type": "git", "url": "https://github.com/brave/n8n-nodes-brave-search.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1" }, "main": "index.js", "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/BraveSearchApi.credentials.js" ], "nodes": [ "dist/nodes/BraveSearch/BraveSearch.node.js" ] }, "devDependencies": { "@types/node": "22.16.5", "@typescript-eslint/parser": "8.38.0", "concurrently": "9.1.0", "cross-env": "7.0.3", "eslint": "8.57.1", "eslint-plugin-n8n-nodes-base": "1.16.3", "gulp": "4.0.2", "prettier": "3.6.2", "typescript": "5.8.3" }, "peerDependencies": { "n8n-workflow": "1.84.0" }, "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "dev": "tsc --watch", "dev:n8n": "cross-env N8N_CUSTOM_EXTENSIONS=./dist N8N_DEV_RELOAD=true n8n start", "dev:full": "pnpm build && concurrently \"pnpm dev\" \"pnpm dev:n8n\"", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix" } }