{
  "name": "workbox-cli",
  "version": "7.4.1",
  "description": "workbox-cli is the command line interface for Workbox.",
  "keywords": [
    "workbox",
    "workboxjs",
    "service worker",
    "caching",
    "fetch requests",
    "offline",
    "cli"
  ],
  "bin": {
    "workbox": "build/bin.js"
  },
  "files": [
    "build"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "author": "Google's Web DevRel Team and Google's Aurora Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/googlechrome/workbox.git"
  },
  "bugs": "https://github.com/googlechrome/workbox/issues",
  "homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cli",
  "dependencies": {
    "chalk": "^4.1.0",
    "chokidar": "^3.6.0",
    "common-tags": "^1.8.0",
    "fs-extra": "^9.0.1",
    "glob": "^11.0.1",
    "inquirer": "^7.3.3",
    "meow": "^7.1.0",
    "ora": "^5.0.0",
    "pretty-bytes": "^5.3.0",
    "stringify-object": "^3.3.0",
    "upath": "^1.2.0",
    "update-notifier": "^7.3.1",
    "workbox-build": "7.4.1"
  },
  "workbox": {
    "packageType": "node_ts"
  },
  "devDependencies": {
    "@types/common-tags": "^1.8.0",
    "@types/fs-extra": "^9.0.1",
    "@types/inquirer": "^9.0.3",
    "@types/node": "^20.14.8",
    "@types/stringify-object": "^3.3.0",
    "@types/update-notifier": "^4.1.1"
  },
  "gitHead": "62b9d8ba8eb3c1a2ab8aac9d84c90cda7865d6a3"
}
