UNPKG

onesecmail

Version:

Create and receive email in only 1 second.

67 lines (66 loc) 1.61 kB
{ "name": "onesecmail", "version": "3.0.0", "description": "Create and receive email in only 1 second.", "type": "module", "exports": { "import": "./lib/index.js", "types": "./types/index.d.ts" }, "files": [ "lib", "types" ], "scripts": { "build": "del-cli lib types && tsc -p tsconfig.build.json", "lint": "eslint --ext .ts --fix .", "format": "prettier --list-different --write .", "test": "tsx bin/test.ts", "release": "np", "prepublishOnly": "npm run build", "prepare": "husky install" }, "keywords": [ "1secmail", "api", "email", "mail", "temporary", "temp" ], "author": "Kevin Rouchut <kevin.rouchut@gmail.com>", "repository": "https://github.com/KevinRouchut/OneSecMail", "license": "MIT", "dependencies": { "got": "^14.0.0", "tiny-typed-emitter": "^2.1.0", "zod": "^3.22.4" }, "devDependencies": { "@commitlint/cli": "^18.5.0", "@commitlint/config-conventional": "^18.5.0", "@japa/expect": "^3.0.1", "@japa/runner": "^3.1.1", "@types/node": "^20.11.5", "@typescript-eslint/eslint-plugin": "^6.19.1", "@typescript-eslint/parser": "^6.19.1", "del-cli": "^5.1.0", "eslint": "^8.56.0", "eslint-import-resolver-typescript": "^3.6.1", "eslint-plugin-import": "^2.29.1", "husky": "^8.0.3", "lint-staged": "^15.2.0", "nock": "^13.5.0", "np": "^9.2.0", "prettier": "^3.2.4", "tsx": "^4.7.0", "typescript": "~5.3.3" }, "engines": { "node": ">=20" }, "volta": { "node": "20.11.0", "npm": "10.3.0" } }