UNPKG

free-email-domains-list

Version:

Fresh list of all free email domain providers. Can be used to check if an email address belongs to a company. Updated weekly.

54 lines (53 loc) 1.63 kB
{ "name": "free-email-domains-list", "version": "1.0.16", "private": false, "description": "Fresh list of all free email domain providers. Can be used to check if an email address belongs to a company. Updated weekly.", "keywords": [ "email", "free email list", "company email list", "free email domains", "company email domains", "is company email", "company email list" ], "homepage": "https://github.com/ihmpavel/free-email-domains-list", "bugs": "https://github.com/ihmpavel/free-email-domains-list/issues", "repository": { "type": "git" }, "author": "Pavel Ihm", "main": "build/src/index.js", "types": "build/src/index.d.ts", "license": "MIT", "scripts": { "build": "./scripts/build.sh", "generate": "yarn run ts-node scripts/generate.ts", "l": "yarn lint:fix", "lint": "eslint \"{src,scripts,test}/**/*.{js,ts,tsx}\"", "lint:fix": "eslint \"{src,scripts,test}/**/*.{js,ts,tsx}\" --fix", "release": "./scripts/release.sh", "test": "jest" }, "dependencies": {}, "peerDependencies": { "validator": "^13.12.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.10", "@types/validator": "^13.12.2", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", "jest": "^29.7.0", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.7.3" } }