@rfprodz/client-pwa-offline
Version:
PWA offline feature for Angular clients.
41 lines • 1.02 kB
JSON
{
"name": "@rfprodz/client-pwa-offline",
"version": "1.1.6",
"description": "PWA offline feature for Angular clients.",
"keywords": [
"angular-module",
"angular-interceptor",
"angular-component"
],
"homepage": "https://github.com/rfprod/nx-ng-starter",
"bugs": {
"url": "https://github.com/rfprod/nx-ng-starter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rfprod/nx-ng-starter"
},
"license": "MIT",
"author": "rfprod <zoidenmacht@zoho.com>",
"dependencies": {
"tslib": "2.8.1"
},
"peerDependencies": {
"@angular/common": "19.1.5",
"@angular/core": "19.1.5",
"@angular/material": "19.1.3",
"@angular/router": "19.1.5"
},
"module": "fesm2022/rfprodz-client-pwa-offline.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/rfprodz-client-pwa-offline.mjs"
}
},
"sideEffects": false
}