UNPKG

1.03 kBJSONView Raw
1{
2 "name": "angular-in-memory-web-api",
3 "version": "0.18.0",
4 "description": "An in-memory web api for Angular demos and tests",
5 "author": "angular",
6 "license": "MIT",
7 "peerDependencies": {
8 "@angular/core": "^18.0.0",
9 "@angular/common": "^18.0.0",
10 "rxjs": "^6.5.3 || ^7.4.0"
11 },
12 "dependencies": {
13 "tslib": "^2.3.0"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/angular/angular.git",
18 "directory": "packages/misc/angular-in-memory-web-api"
19 },
20 "sideEffects": false,
21 "publishConfig": {
22 "registry": "https://wombat-dressing-room.appspot.com"
23 },
24 "module": "./fesm2022/angular-in-memory-web-api.mjs",
25 "typings": "./index.d.ts",
26 "type": "module",
27 "exports": {
28 "./package.json": {
29 "default": "./package.json"
30 },
31 ".": {
32 "types": "./index.d.ts",
33 "esm2022": "./esm2022/angular-in-memory-web-api.mjs",
34 "esm": "./esm2022/angular-in-memory-web-api.mjs",
35 "default": "./fesm2022/angular-in-memory-web-api.mjs"
36 }
37 }
38}
\No newline at end of file