UNPKG

1.36 kBJSONView Raw
1{
2 "name": "workbox-cli",
3 "version": "6.1.5",
4 "description": "workbox-cli is the command line interface for Workbox.",
5 "keywords": [
6 "workbox",
7 "workboxjs",
8 "service worker",
9 "caching",
10 "fetch requests",
11 "offline",
12 "cli"
13 ],
14 "bin": {
15 "workbox": "build/bin.js"
16 },
17 "files": [
18 "build"
19 ],
20 "engines": {
21 "node": ">=10.0.0"
22 },
23 "author": "Google's Web DevRel Team",
24 "license": "MIT",
25 "repository": "googlechrome/workbox",
26 "bugs": "https://github.com/googlechrome/workbox/issues",
27 "homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cli",
28 "dependencies": {
29 "chalk": "^4.1.0",
30 "common-tags": "^1.8.0",
31 "fs-extra": "^9.0.1",
32 "glob": "^7.1.6",
33 "glob-watcher": "^5.0.5",
34 "inquirer": "^7.3.3",
35 "meow": "^7.1.0",
36 "ora": "^5.0.0",
37 "pretty-bytes": "^5.3.0",
38 "stringify-object": "^3.3.0",
39 "upath": "^1.2.0",
40 "update-notifier": "^4.1.0",
41 "workbox-build": "^6.1.5"
42 },
43 "workbox": {
44 "packageType": "node_ts"
45 },
46 "devDependencies": {
47 "@types/common-tags": "^1.8.0",
48 "@types/fs-extra": "^9.0.1",
49 "@types/glob-watcher": "^5.0.0",
50 "@types/inquirer": "^7.3.0",
51 "@types/stringify-object": "^3.3.0",
52 "@types/update-notifier": "^4.1.1"
53 },
54 "gitHead": "d559fc8b3240f723fd9721f3976797dcedf7112b"
55}