UNPKG

@archetypical/scaffold

Version:

Service worker library modeled after the .NET core middleware pipeline

72 lines (71 loc) 1.66 kB
{ "name": "@archetypical/scaffold", "version": "2.0.0", "description": "Service worker library modeled after the .NET core middleware pipeline", "main": "index.js", "scripts": { "test": "jest --config jestconfig.json --coverage --all", "lint": "tslint -p tsconfig.json", "build": "tsc", "prepare": "npm run build && npm run lint", "prepublishOnly": "npm test" }, "author": "Archetypical.Software", "license": "ISC", "dependencies": { "swork": "^1.5.5", "swork-claim-clients": "^1.0.2", "swork-logger": "^1.0.1", "swork-router": "^1.3.3", "swork-when": "^1.0.0" }, "jest": { "testEnvironment": "node" }, "devDependencies": { "@types/jest": "^24.0.6", "@types/service-worker-mock": "^2.0.0", "jest": "^24.1.0", "service-worker-mock": "^2.0.5", "ts-jest": "^24.0.0", "ts-loader": "^5.3.3", "tslint": "^5.14.0", "typedoc": "^0.14.2", "typescript": "^3.3.3333" }, "keywords": [ "service", "worker", "serviceworker", "middleware", "fetch", "pipeline", "dotnet", "FetchEvent", "offline", "cache", "caching", "route", "routing", "activate", "install", "PWA", "progressive", "web", "app", "application" ], "icon": "", "files": [ "lib/**/*", "README.md", "toc.md", "LICENSE", "CODE_OF_CONDUCT.md" ], "repository": { "type": "git", "url": "git+https://github.com/ArchetypicalSoftware/Scaffold" }, "homepage": "https://archetypical.software/Product/Detail/Scaffold" }