UNPKG

@work-bee/core

Version:

workbee service worker strategies

43 lines (42 loc) 777 B
{ "name": "@work-bee/core", "version": "0.0.5", "description": "workbee service worker strategies", "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", "lib/" ], "scripts": { "test": "node --test" }, "keywords": [ "workbee", "service", "worker", "sw", "strategies", "cache", "network" ], "author": "willfarrell", "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/willfarrell" }, "gitHead": "83002801185440e5bb5fd9963bbf74fc39cc7733" }