{ "name": "browser-automation-ts", "version": "2.0.0", "description": "Enterprise Browser Automation Framework with TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "jest", "test:watch": "jest --watch", "run": "ts-node cli/run.ts", "lint": "eslint src/**/*.ts", "validate-provider": "ts-node scripts/validate-provider.ts" }, "keywords": [ "browser", "automation", "puppeteer", "playwright", "typescript", "oop" ], "author": "", "license": "MIT", "devDependencies": { "@types/imap": "^0.8.42", "@types/js-yaml": "^4.0.5", "@types/mailparser": "^3.4.6", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "ts-jest": "^29.0.0", "ts-node": "^10.0.0", "typescript": "^5.0.0" }, "dependencies": { "axios": "^1.6.0", "imap": "^0.8.19", "js-yaml": "^4.1.0", "mailparser": "^3.9.0", "mysql2": "^3.15.3", "puppeteer": "^21.0.0", "reflect-metadata": "^0.2.2", "typeorm": "^0.3.27" } }