@gasket/plugin-service-worker
Version:
Gasket Service Worker Plugin
55 lines • 1.56 kB
JSON
{
"name": "@gasket/plugin-service-worker",
"version": "7.4.6",
"description": "Gasket Service Worker Plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"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/core": "^7.6.2",
"@gasket/plugin-command": "^7.5.2",
"@gasket/plugin-express": "^7.4.3",
"@gasket/plugin-fastify": "^7.4.5",
"@gasket/plugin-logger": "^7.3.7",
"@gasket/plugin-metadata": "^7.5.3",
"@gasket/plugin-webpack": "^7.3.8",
"create-gasket-app": "^7.4.12"
},
"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"
}
}