{
  "name": "core-service-lib",
  "version": "1.0.11",
  "description": "Core service library demo",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "author": "RRIVERA",
  "license": "ISC",
  "devDependencies": {
    "typescript": "3.5.3"
  },
  "dependencies": {
    "@angular/common": "8.2.0",
    "@angular/core": "8.2.0",
    "lodash": "4.17.15",
    "rxjs": "6.4.0"
  }
}
