UNPKG

@bhavinkumarvegad/playwright-email-utils

Version:

Reusable utilities for handling emails in Playwright tests from Yopmail, Gmail and other providers.

36 lines (35 loc) 840 B
{ "name": "@bhavinkumarvegad/playwright-email-utils", "version": "1.1.0", "description": "Reusable utilities for handling emails in Playwright tests from Yopmail, Gmail and other providers.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "get-gmail-token": "./dist/bin/get-gmail-refresh-token.js" }, "scripts": { "build": "tsc", "test": "echo \"No tests specified\" && exit 0", "prepare": "npm run build" }, "keywords": [ "playwright", "email", "automation", "yopmail", "gmail", "mailinator", "utils" ], "author": "bhavinkumarvegad", "license": "MIT", "dependencies": { "@playwright/test": "^1.52.0", "dotenv": "^16.5.0", "googleapis": "^149.0.0" }, "devDependencies": { "@types/node": "^22.15.29", "typescript": "^5.0.0" } }