UNPKG

workbox-webpack-plugin

Version:

A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.

47 lines (46 loc) 1.22 kB
{ "name": "workbox-webpack-plugin", "version": "7.3.0", "description": "A plugin for your Webpack build process, helping you generate a manifest of local files that workbox-sw should precache.", "keywords": [ "workbox", "workboxjs", "webpack", "service worker", "caching", "fetch requests", "offline", "file manifest" ], "workbox": { "packageType": "node_ts" }, "main": "build/index.js", "types": "build/index.d.ts", "engines": { "node": ">=16.0.0" }, "dependencies": { "fast-json-stable-stringify": "^2.1.0", "pretty-bytes": "^5.4.1", "upath": "^1.2.0", "webpack-sources": "^1.4.3", "workbox-build": "7.3.0" }, "peerDependencies": { "webpack": "^4.4.0 || ^5.91.0" }, "devDependencies": { "@types/node": "^18.15.11", "@types/webpack": "^5.28.1" }, "author": "Google's Web DevRel Team and Google's Aurora Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/googlechrome/workbox.git" }, "bugs": "https://github.com/GoogleChrome/workbox/issues", "homepage": "https://github.com/GoogleChrome/workbox", "gitHead": "c77dceb54d4af1749db95316710d6430e82b0c48" }