{ "name": "job-applier", "version": "1.0.0", "description": "Job application automation service using Puppeteer", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["job", "automation", "puppeteer", "application"], "author": "", "license": "ISC", "dependencies": { "@jobs-scraper/browser-automation": "file:../../libs/browser-automation", "@jobs-scraper/rabbitmq-ts": "file:../../libs/rabbitmq-ts", "dotenv": "^17.2.3" }, "devDependencies": { "@types/node": "^24.8.1", "ts-node": "^10.9.2", "typescript": "^5.9.3" } }