diff --git a/package.json b/package.json index 54b5e32..4f61234 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Proxy Cursor docs AI to Anthropic Messages API for Claude Code", "type": "module", "scripts": { + "postinstall": "cd stealth-proxy && npm install && npx playwright install chromium", "dev": "tsx watch src/index.ts", "dev:stealth": "node stealth-proxy/index.js & STEALTH_PROXY=http://127.0.0.1:3011 tsx watch src/index.ts", "build": "tsc",