UNPKG

tigrmail

Version:

API client for creating temporary email addresses to use in your E2E tests with Playwright, Cypress, and other frameworks.

47 lines (46 loc) 1.15 kB
{ "name": "tigrmail", "version": "1.0.9", "description": "API client for creating temporary email addresses to use in your E2E tests with Playwright, Cypress, and other frameworks.", "homepage": "https://tigrmail.com", "repository": "github:furionix-labs/tigrmail", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "release": "npm run -s build -s && git commit -am $npm_package_version && git tag v$npm_package_version && git push && git push --tags && npm publish" }, "keywords": [ "tigrmail", "temporary email", "disposable email", "e2e testing", "playwright", "cypress", "automated testing", "test email", "email testing", "email api", "email verification", "email-verification", "email", "verification", "integration testing" ], "author": "", "license": "MIT", "files": [ "dist" ], "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "dependencies": { "axios": "^1.9.0", "axios-retry": "^4.5.0" } }