UNPKG

@type-ddd/cpf

Version:

This package provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts

51 lines (50 loc) 1.16 kB
{ "name": "@type-ddd/cpf", "description": "This package provides TypeScript type definitions for handling CPF (Cadastro de Pessoa Física) in Domain-Driven Design contexts", "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", "Domain Events", "CPF", "Validation", "Formatting", "Value Object", "Utility", "Standards", "Brazil", "Cadastro de Pessoa Física" ], "scripts": { "build": "tsc" }, "peerDependencies": { "rich-domain": "^1.25.0" }, "files": [ "index.js", "index.d.ts", "util.d.ts", "util.js" ], "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/cpf", "gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4" }