UNPKG

n8n-nodes-browser-use

Version:

n8n node to control browser-use AI-powered browser automation with Nodes-as-Tools support

62 lines 1.62 kB
{ "name": "n8n-nodes-browser-use", "version": "0.1.6", "description": "n8n node to control browser-use AI-powered browser automation with Nodes-as-Tools support", "keywords": [ "n8n-community-node-package", "browser-use", "browser-automation", "web-scraping", "ai-automation", "n8n-nodes-as-tools" ], "license": "MIT", "homepage": "https://github.com/draphonix/n8n-nodes-browser-use.git", "author": { "name": "Hoang Nguyen Bang", "email": "hoangmrb@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/draphonix/n8n-nodes-browser-use.git" }, "engines": { "node": ">=18.10", "pnpm": ">=9.1", "n8n": ">=1.62.1" }, "main": "index.js", "files": [ "dist" ], "n8n": { "n8nNodesApiVersion": 1, "credentials": [ "dist/credentials/BrowserUseCloudApi.credentials.js", "dist/credentials/BrowserUseLocalBridgeApi.credentials.js" ], "nodes": [ "dist/nodes/BrowserUse/BrowserUse.node.js" ] }, "devDependencies": { "@typescript-eslint/parser": "^7.15.0", "eslint": "^8.56.0", "eslint-plugin-n8n-nodes-base": "^1.16.1", "gulp": "^4.0.2", "n8n-core": "^1.14.1", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "peerDependencies": { "n8n-workflow": "*" }, "scripts": { "preinstall": "npx only-allow pnpm", "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", "lint": "eslint nodes credentials package.json", "lintfix": "eslint nodes credentials package.json --fix" } }