package.json•1.35 kB
{
"name": "web-proxy-mcp",
"version": "1.0.0",
"description": "Intelligent HTTP/HTTPS proxy server with SSL bumping and MCP integration for automated traffic monitoring and browser setup",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"dev": "node --watch index.js",
"test": "node test/test.js",
"setup": "chmod +x setup-scripts/*.sh",
"clean": "rm -rf data/traffic-log.json setup-scripts/*.sh setup-scripts/*.pac",
"lint": "eslint src/ index.js",
"format": "prettier --write src/ index.js"
},
"keywords": [
"mcp",
"proxy",
"http",
"https",
"ssl-bumping",
"certificate-authority",
"https-interception",
"traffic-analysis",
"debugging",
"automation",
"browser-setup",
"har-export",
"pac-file"
],
"author": "GitHub Copilot",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"prettier": "^3.0.0"
},
"engines": {
"node": ">=18"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/your-org/docker-appliance"
},
"bugs": {
"url": "https://github.com/your-org/docker-appliance/issues"
},
"homepage": "https://github.com/your-org/docker-appliance#readme"
}