gnss-state
Version:
Shared singleton state service for Angular MFE architecture
42 lines • 1.01 kB
JSON
{
"name": "gnss-state",
"version": "19.2.2",
"description": "Shared singleton state service for Angular MFE architecture",
"author": "jfroldan <26962398+jfroldan78@users.noreply.github.com>",
"license": "MIT",
"keywords": [
"angular",
"microfrontend",
"state",
"singleton",
"service"
],
"repository": {
"type": "git",
"url": "https://github.com/jfroldan78/gnss-state.git"
},
"bugs": {
"url": "https://github.com/jfroldan78/gnss-state/issues"
},
"homepage": "https://github.com/jfroldan78/gnss-state#readme",
"main": "bundles/gnss-state.umd.js",
"module": "fesm2022/gnss-state.mjs",
"typings": "index.d.ts",
"peerDependencies": {
"@angular/common": "^19.2.0",
"@angular/core": "^19.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/gnss-state.mjs"
}
}
}