UNPKG

@gasket/plugin-service-worker

Version:
57 lines 1.67 kB
{ "name": "@gasket/plugin-service-worker", "version": "7.5.0", "description": "DEPRECATED Gasket Service Worker Plugin", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "EXAMPLES.md" ], "repository": "godaddy/gasket.git", "publishConfig": { "access": "public" }, "keywords": [ "gasket", "plugin", "service" ], "author": "GoDaddy Operating Company, LLC", "license": "MIT", "bugs": "https://github.com/godaddy/gasket/issues", "homepage": "https://github.com/godaddy/gasket/tree/main/packages/gasket-plugin-service-worker", "dependencies": { "@swc/core": "^1.10.18", "deepmerge": "^4.3.1", "lru-cache": "^5.1.1", "mkdirp": "^1.0.4", "webpack-inject-plugin": "^1.5.5" }, "devDependencies": { "@swc/types": "^0.1.21", "@types/lru-cache": "^5.1.1", "express": "^4.21.2", "fastify": "^4.29.1", "jest": "^29.7.0", "@gasket/plugin-command": "^7.5.3", "@gasket/plugin-express": "^7.4.4", "@gasket/plugin-fastify": "^7.4.6", "@gasket/plugin-logger": "^7.3.8", "@gasket/plugin-metadata": "^7.5.4", "@gasket/plugin-webpack": "^7.3.9", "create-gasket-app": "^7.4.13", "@gasket/core": "^7.6.3" }, "deprecated": "Package deprecated and will be removed in future major release.", "scripts": { "lint": "eslint .", "lint:fix": "pnpm run lint --fix", "posttest": "pnpm run lint && pnpm run typecheck", "test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest", "test:coverage": "jest --coverage", "test:watch": "jest --watchAll", "typecheck": "tsc", "typecheck:watch": "tsc --watch" } }