45 lines
No EOL
1.1 KiB
JSON
Executable file
45 lines
No EOL
1.1 KiB
JSON
Executable file
{
|
|
"name": "@angular/google-maps",
|
|
"version": "18.2.11",
|
|
"description": "Angular Google Maps",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/components.git"
|
|
},
|
|
"keywords": [
|
|
"angular",
|
|
"components",
|
|
"google-maps"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/components/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/components/tree/main/src/google-maps#readme",
|
|
"dependencies": {
|
|
"@types/google.maps": "^3.54.10",
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "^18.0.0 || ^19.0.0",
|
|
"@angular/common": "^18.0.0 || ^19.0.0",
|
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
},
|
|
"sideEffects": false,
|
|
"schematics": "./schematics/collection.json",
|
|
"ng-update": {},
|
|
"module": "./fesm2022/google-maps.mjs",
|
|
"typings": "./index.d.ts",
|
|
"type": "module",
|
|
"exports": {
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"esm2022": "./esm2022/google-maps_public_index.mjs",
|
|
"esm": "./esm2022/google-maps_public_index.mjs",
|
|
"default": "./fesm2022/google-maps.mjs"
|
|
}
|
|
}
|
|
} |