{
  "name": "angular-in-memory-web-api",
  "version": "0.12.0",
  "description": "An in-memory web api for Angular demos and tests",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^12.0.0-next.6",
    "@angular/common": "^12.0.0-next.6",
    "rxjs": "^6.5.3"
  },
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular.git",
    "directory": "packages/misc/angular-in-memory-web-api"
  },
  "sideEffects": false,
  "publishConfig": {
    "registry":"https://wombat-dressing-room.appspot.com"
  }
}