UNPKG

@work-bee/offline

Version:

offline workbee service worker middleware

45 lines (44 loc) 831 B
{ "name": "@work-bee/offline", "version": "0.0.5", "description": "offline workbee service worker middleware", "type": "module", "publishConfig": { "access": "public" }, "main": "./index.js", "module": "./index.js", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" } }, "types": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "scripts": { "test": "node --test" }, "dependencies": { "@work-bee/core": "0.0.5" }, "keywords": [ "workbee", "service", "worker", "sw", "strategies", "cache", "network" ], "author": "willfarrell", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/willfarrell" }, "gitHead": "83002801185440e5bb5fd9963bbf74fc39cc7733" }