UNPKG

temp-disposable-email

Version:

Generating Temporary email address for testing, retrieving email from the temporary email address

62 lines (61 loc) 1.64 kB
{ "name": "temp-disposable-email", "version": "1.16.2", "description": "Generating Temporary email address for testing, retrieving email from the temporary email address", "main": "dist/cjs/index.js", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" }, "./cypress": { "require": "./dist/cjs/cypress.js", "import": "./dist/esm/cypress.js" } }, "types": "dist/esm/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", "test": "jest", "test:cypress": "cypress run", "test:playwright": "playwright test", "lint": "eslint src --fix", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/pirasanthan-jesugeevegan/temp-disposable-email.git" }, "keywords": [ "temp-email", "disposable-email", "email", "email-testing", "automation", "polling", "cypress", "playwright" ], "author": "Pirasanthan Jesugeevegan", "license": "MIT", "bugs": { "url": "https://github.com/pirasanthan-jesugeevegan/temp-disposable-email/issues" }, "homepage": "https://github.com/pirasanthan-jesugeevegan/temp-disposable-email#readme", "dependencies": { "axios": "^1.7.8" }, "devDependencies": { "@playwright/test": "^1.49.0", "@types/cypress": "^1.1.6", "@types/jest": "^29.5.14", "@types/node": "^22.10.0", "axios-mock-adapter": "^2.1.0", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }