package.json 869 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "workbox-window",
  3. "version": "6.6.1",
  4. "license": "MIT",
  5. "author": "Google's Web DevRel Team",
  6. "description": "Simplifies communications with Workbox packages running in the service worker",
  7. "repository": "googlechrome/workbox",
  8. "bugs": "https://github.com/googlechrome/workbox/issues",
  9. "homepage": "https://github.com/GoogleChrome/workbox",
  10. "keywords": [
  11. "workbox",
  12. "workboxjs",
  13. "service worker",
  14. "sw",
  15. "window",
  16. "message",
  17. "postMessage"
  18. ],
  19. "workbox": {
  20. "packageType": "window",
  21. "primaryBuild": "build/workbox-window.prod.mjs"
  22. },
  23. "main": "build/workbox-window.prod.umd.js",
  24. "module": "build/workbox-window.prod.es5.mjs",
  25. "types": "index.d.ts",
  26. "dependencies": {
  27. "@types/trusted-types": "^2.0.2",
  28. "workbox-core": "6.6.1"
  29. },
  30. "gitHead": "4a3c20d121efd878f3982760620f640e5bd67250"
  31. }