{ "name": "gst-service", "version": "1.0.0", "description": "GST portal CAPTCHA proxy — fetches taxpayer details from services.gst.gov.in via Playwright", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "express": "^4.18.2", "playwright": "^1.49.0" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^22.0.0", "tsx": "^4.19.2", "typescript": "^5.7.2" } }