{
  "name": "angular-in-memory-web-api",
  "version": "0.18.0",
  "description": "An in-memory web api for Angular demos and tests",
  "author": "angular",
  "license": "MIT",
  "peerDependencies": {
    "@angular/core": "^18.0.0",
    "@angular/common": "^18.0.0",
    "rxjs": "^6.5.3 || ^7.4.0"
  },
  "dependencies": {
    "tslib": "^2.3.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"
  },
  "module": "./fesm2022/angular-in-memory-web-api.mjs",
  "typings": "./index.d.ts",
  "type": "module",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-in-memory-web-api.mjs",
      "esm": "./esm2022/angular-in-memory-web-api.mjs",
      "default": "./fesm2022/angular-in-memory-web-api.mjs"
    }
  }
}