{
  "name": "hexo-workbox-build",
  "version": "5.0.0",
  "description": "A hexo plugin to run workbox build. And provide convenient features of PWA and service worker.",
  "keywords": [
    "hexo",
    "plugin",
    "hexo-plugin",
    "workbox",
    "workbox-build",
    "PWA",
    "offline"
  ],
  "homepage": "https://github.com/uiolee/hexo-plugin/tree/main/plugins/hexo-workbox-build",
  "bugs": {
    "url": "https://github.com/uiolee/hexo-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uiolee/hexo-plugin.git",
    "directory": "plugins/hexo-workbox-build"
  },
  "license": "MPL-2.0",
  "author": "Uiolee (https://github.com/uiolee)",
  "type": "commonjs",
  "main": "dist/index.js",
  "files": [
    "dist",
    "assets"
  ],
  "dependencies": {
    "nunjucks": "^3.2.4",
    "workbox-build": "^7.0.0"
  },
  "peerDependencies": {
    "nunjucks": "^3.2.4",
    "workbox-build": "^7.0.0"
  },
  "peerDependenciesMeta": {
    "nunjucks": {
      "optional": false
    },
    "workbox-build": {
      "optional": false
    }
  },
  "engines": {
    "node": ">=24"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "pnpm run tsbf",
    "check-types": "tsc --noEmit",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "jest",
    "test:cov": "jest --coverage --coverageReporters html text",
    "test:lcov": "jest --coverage --coverageReporters lcovonly text-summary",
    "tsb": "tsc -b -v",
    "tsbf": "tsc -b -v -f",
    "tsbw": "tsc -b -v -w"
  }
}