{
  "name": "@nuxtjs/pwa",
  "version": "3.0.0-beta.20",
  "description": "Supercharge Nuxt with a heavily tested, updated, zero-config and stable PWA solution!",
  "repository": "nuxt-community/pwa-module",
  "files": [
    "lib"
  ],
  "main": "lib/module.js",
  "scripts": {
    "lint": "eslint --ext .js lib",
    "release": "yarn test && standard-version && git push --follow-tags && npm publish",
    "generate": "yarn nuxt generate test/fixture",
    "test": "yarn lint && yarn generate && jest"
  },
  "dependencies": {
    "defu": "^1.0.0",
    "execa": "^1.0.0",
    "fs-extra": "^8.1.0",
    "hasha": "^5.0.0",
    "jimp-compact": "^0.8.0",
    "workbox-cdn": "^4.3.1"
  },
  "devDependencies": {
    "axios": "latest",
    "babel-eslint": "latest",
    "codecov": "latest",
    "eslint": "latest",
    "eslint-config-standard": "latest",
    "eslint-plugin-html": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-node": "latest",
    "eslint-plugin-promise": "latest",
    "eslint-plugin-standard": "latest",
    "jest": "latest",
    "jsdom": "latest",
    "klaw-sync": "latest",
    "lerna": "latest",
    "node-fetch": "latest",
    "nuxt-edge": "latest",
    "standard-version": "latest"
  }
}
