{
  "name": "ds-models-entities",
  "version": "2.0.4",
  "description": "This package is intended to be a single source for consuming the DS model entities. Each entity has its unique structure and common methods.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.zoominfo.com/ZoomInformation/zi-ds-models-entities.git"
  },
  "author": "Haim Lavi",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^4.9.4"
  }
}
