-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ngx-apple-mapkit",
"version": "0.0.34",
"description": "This is a renewed variant of the ngx-apple-maps. This runs on Angular 16 and Ivy. I personally use the library and it is therefore regularly maintained.\n",
"keywords": [
"apple",
"mapkit",
"ngx-apple-maps",
"angular",
"ngx",
"maps",
"mapkit.js",
"mapkitjs",
"angular-maps",
"angular-apple-maps"
],
"author": {
"email": "npm@web-timo.de",
"name": "Timo Köhler",
"url": "https://www.web-timo.de/"
},
"repository": {
"type": "git",
"url": "https://github.com/webtimo-de/ngx-apple-mapkit"
},
"peerDependencies": {
"@angular/common": "^17.1.3",
"@angular/core": "^17.1.3"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"license": "MIT",
"module": "fesm2022/ngx-apple-mapkit.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-apple-mapkit.mjs",
"esm": "./esm2022/ngx-apple-mapkit.mjs",
"default": "./fesm2022/ngx-apple-mapkit.mjs"
}
}
}