@ejazullah/smart-browser-automation
Version:
A smart AI-driven browser automation library and REST API server using MCP (Model Context Protocol) and LangChain for multi-step task execution. Includes both programmatic library usage and HTTP API server for remote automation.
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "@ejazullah/smart-browser-automation",
"version": "1.0.6",
"description": "A smart AI-driven browser automation library and REST API server using MCP (Model Context Protocol) and LangChain for multi-step task execution. Includes both programmatic library usage and HTTP API server for remote automation.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"scripts": {
"library": "node index.js",
"test": "node test/search-example-fixed.js",
"ctest": "node test/my-test.js",
"version": "git add -A lib",
"postversion": "git push && git push --tags",
"publish": "npm publish --access public --tag latest"
},
"keywords": [
"browser-automation",
"ai",
"langchain",
"mcp",
"playwright",
"automation",
"smart-automation",
"multi-step",
"huggingface",
"express",
"api",
"server",
"rest-api"
],
"author": "Ejaz Ullah ejaz@doinger.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Ejazullah42/smart-browser-automation.git"
},
"bugs": {
"url": "https://github.com/Ejazullah42/smart-browser-automation/issues"
},
"homepage": "https://github.com/Ejazullah42/smart-browser-automation#readme",
"dependencies": {
"@langchain/core": "^0.3.66",
"@langchain/openai": "^0.2.0",
"@modelcontextprotocol/sdk": "^1.17.0",
"zod": "^3.23.8"
},
"peerDependencies": {
"@langchain/community": "^0.3.49"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"index.js",
"index.d.ts",
"lib/",
"examples/",
"README.md",
"LICENSE",
"Dockerfile",
"docker-compose.yml",
".env.example"
]
}