@igo2/utils
Version:
46 lines (45 loc) • 1.12 kB
JSON
{
"name": "@igo2/utils",
"version": "18.0.0",
"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"
},
"bugs": {
"url": "https://github.com/infra-geo-ouverte/igo2-lib/issues"
},
"exports": {
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/igo2-utils.mjs",
"esm": "./esm2022/igo2-utils.mjs",
"default": "./fesm2022/igo2-utils.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"dependencies": {
"bowser": "^2.11.0",
"tslib": "^2.6.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/platform-browser": "^18.0.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"module": "fesm2022/igo2-utils.mjs",
"typings": "index.d.ts",
"sideEffects": false
}