package.json•837 B
{
"name": "@autopilotbrowser/mcp-server",
"version": "1.0.0",
"description": "MCP server for Autopilot Browser workflow automation",
"type": "module",
"bin": {
"mcp-server-autopilotbrowser": "./build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"mcp",
"autopilot",
"browser",
"automation",
"workflow",
"claude"
],
"author": "Autopilot Browser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/autopilotbrowser/mcp-server.git"
},
"homepage": "https://autopilotbrowser.com"
}