-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
57 lines (57 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@type-ddd/phone",
"description": "Library that provides TypeScript type definitions for handling Phone Numbers in Domain-Driven Design contexts. It facilitates the validation and manipulation of Brazilian phone numbers.",
"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",
"Clean Architecture",
"Phone Numbers",
"Validation",
"Formatting",
"Value Object",
"Utility",
"Security",
"Standards",
"Brazil"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"rich-domain": "^1.25.0"
},
"files": [
"index.js",
"index.d.ts",
"home.value-object.js",
"home.value-object.d.ts",
"mobile.value-object.js",
"mobile.value-object.d.ts",
"phone.value-object.js",
"phone.value-object.d.ts",
"ddd.list.js",
"ddd.list.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/phone",
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4"
}