@schedule-tribe/doctor
Version:
This package provides TypeScript type definitions for handling Patient in Domain-Driven Design contexts
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "@schedule-tribe/doctor",
"description": "This package provides TypeScript type definitions for handling Patient in Domain-Driven Design contexts",
"version": "0.0.1",
"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",
"Domain Events",
"Doctor",
"Validation",
"Formatting",
"Entity",
"Utility",
"Standards",
"Brazil"
],
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"rich-domain": "^1.23.1"
},
"files": [
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/4lessandrodev/schedule-tribe.git"
},
"bugs": {
"url": "https://github.com/4lessandrodev/schedule-tribe/issues"
},
"homepage": "https://github.com/4lessandrodev/schedule-tribe/tree/main/packages/doctor",
"gitHead": "4cb9159bde8d6fc951e9d902feed2ad25da49fa4",
"dependencies": {
"@schedule-tribe/crm": "^0.0.2",
"@schedule-tribe/name": "^0.0.1"
}
}