{
  "name": "@glacierjs/plugin-collector",
  "version": "0.1.4",
  "main": "build/main/index.js",
  "typings": "build/main/index.d.ts",
  "module": "build/module/index.js",
  "author": "JerryC (huangjerryc@gmail.com)",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "workbox-core": "^6.4.2"
  },
  "files": [
    "dist",
    "build/main",
    "build/module",
    "!**/*.spec.*",
    "!**/*.json",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@glacierjs/core": "^0.1.7",
    "@glacierjs/plugin-assets-cache": "^0.1.5",
    "@glacierjs/sw": "^0.1.7",
    "@glacierjs/window": "^0.1.7"
  },
  "gitHead": "83a3acb9dc824a3fa3a9808ccff3f04a5703114e",
  "scripts": {
    "build": "run-p build:*",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "watch:build": "tsc -p tsconfig.json -w"
  },
  "readme": "# `@glacierjs/plugin-collector`\n\n\n\n"
}