@type-ddd/email
Version:
Library that provides TypeScript type definitions for handling Email in Domain-Driven Design contexts. It facilitates the validation and manipulation of emails.
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "@type-ddd/email",
"description": "Library that provides TypeScript type definitions for handling Email in Domain-Driven Design contexts. It facilitates the validation and manipulation of emails.",
"version": "0.1.0",
"main": "index.js",
"types": "index.d.ts",
"author": "Alessandro Dev",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"Complexity",
"Business Logic",
"DDD",
"Domain Driving Design",
"DDD-Utils",
"Base Value Object",
"Clean Architecture",
"Email",
"Validation",
"Formatting",
"Value Object",
"Utility",
"Security",
"Standards"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"rich-domain": "^1.25.0"
},
"files": [
"index.js",
"index.d.ts",
"email.validator.util.js",
"email.validator.util.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/4lessandrodev/type-ddd.git"
},
"bugs": {
"url": "https://github.com/4lessandrodev/type-ddd/issues"
},
"homepage": "https://github.com/4lessandrodev/type-ddd/tree/main/packages/email",
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
}