@igo2/context
Version:
53 lines (52 loc) • 1.28 kB
JSON
{
"name": "@igo2/context",
"version": "20.1.1",
"description": "IGO Library",
"author": "IGO Community",
"keywords": [
"igo"
],
"license": "MIT",
"homepage": "https://github.com/infra-geo-ouverte/igo2-lib#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/infra-geo-ouverte/igo2-lib.git",
"directory": "packages/context"
},
"bugs": {
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"exports": {
".": {
"types": "./index.d.ts",
"default": "./fesm2022/igo2-context.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"dependencies": {
"tslib": "^2.6.0"
},
"peerDependencies": {
"@angular/animations": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/material": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@igo2/auth": "^20.1.1",
"@igo2/common": "^20.1.1",
"@igo2/core": "^20.1.1",
"@igo2/geo": "^20.1.1",
"@igo2/utils": "^20.1.1",
"ol": "^10.0.0",
"rxjs": "^7.8.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"module": "fesm2022/igo2-context.mjs",
"typings": "index.d.ts",
"sideEffects": false
}