UNPKG

temp-disposable-email

Version:

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

75 lines (74 loc) 2.18 kB
{ "name": "temp-disposable-email", "version": "2.0.0", "description": "Generating Temporary email address for testing, retrieving email from the temporary email address", "main": "dist/cjs/index.js", "exports": { ".": { "types": "./dist/esm/index.d.ts", "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" }, "./cypress": { "types": "./dist/esm/cypress.d.ts", "require": "./dist/cjs/cypress.js", "import": "./dist/esm/cypress.js" }, "./playwright": { "types": "./dist/esm/playwright.d.ts", "require": "./dist/cjs/playwright.js", "import": "./dist/esm/playwright.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", "format": "prettier --write \"src/**/*.ts\" \"examples/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"examples/**/*.ts\"", "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", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "axios-mock-adapter": "^2.1.0", "eslint": "^8.57.0", "jest": "^29.7.0", "prettier": "^3.3.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }