{
  "name": "e-app-appointment",
  "version": "1.1.40",
  "repository": {
    "type": "git",
    "url": "https://github.com/asaadedd/e-appointment-specification.git"
  },
  "author": "Adnan Saadeddine",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/asaadedd/e-appointment-specification/issues"
  },
  "homepage": "https://github.com/asaadedd/e-appointment-specification#readme",
  "peerDependencies": {
    "@angular/common": "^8.0.1",
    "@angular/core": "^8.0.1"
  },
  "scripts": {
    "release": "npm run build && npm run copy-git && cd ../../dist/e-app-appointment && npm version from-git && npm publish",
    "copy-git": "ncp ../../.git ../../dist/e-app-appointment",
    "validate": "swagger-cli validate E-IDENTITY-APPOINTMENT.yaml",
    "generate": "ng-openapi-gen",
    "build": "npm run validate && npm run generate && ng build e-app-appointment"
  },
  "main": "bundles/e-app-appointment.umd.js",
  "module": "fesm5/e-app-appointment.js",
  "es2015": "fesm2015/e-app-appointment.js",
  "esm5": "esm5/e-app-appointment.js",
  "esm2015": "esm2015/e-app-appointment.js",
  "fesm5": "fesm5/e-app-appointment.js",
  "fesm2015": "fesm2015/e-app-appointment.js",
  "typings": "e-app-appointment.d.ts",
  "metadata": "e-app-appointment.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^1.9.0"
  }
}
