{
  "name": "weiwudi",
  "version": "0.1.4",
  "description": "Service worker for tile cache",
  "main": "src/weiwudi.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config webpack_config/webpack.config.build.js",
    "build:webpack:cdn": "webpack --config webpack_config/webpack.config.cdn.js",
    "build:workbox:cdn": "workbox injectManifest",
    "build:test:cdn": "npm run build:webpack:cdn && npm run build:workbox:cdn",
    "build:test:npm": "webpack --config webpack_config/webpack.config.npm.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/code4history/Weiwudi.git"
  },
  "keywords": [
    "Service",
    "Worker",
    "Tile",
    "Cache"
  ],
  "author": "Kohei Otsuka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/code4history/Weiwudi/issues"
  },
  "homepage": "https://github.com/code4history/Weiwudi#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.10",
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "babel-loader": "^8.2.2",
    "core-js": "^3.8.1",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11",
    "workbox-build": "^6.0.2",
    "workbox-cli": "^6.0.2"
  },
  "dependencies": {
    "workbox-core": "^6.0.2",
    "workbox-expiration": "^6.0.2",
    "workbox-precaching": "^6.0.2",
    "workbox-routing": "^6.0.2",
    "workbox-strategies": "^6.0.2",
    "workbox-webpack-plugin": "^6.0.2"
  }
}
