{ "name": "@jobs-scraper/browser-automation", "version": "1.0.0", "description": "Browser automation library using Puppeteer - ported from Go chromedp implementation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["puppeteer", "browser", "automation", "scraping"], "author": "", "license": "ISC", "dependencies": { "dotenv": "^17.2.3", "puppeteer-core": "^24.25.0" }, "devDependencies": { "@types/node": "^24.8.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }