-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "workbox-mirror-precache-plugin",
"version": "1.1.1",
"description": "A workbox plugin that fetch precache files from various mirrors.",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"workbox",
"precache"
],
"author": "rwv",
"license": "MIT",
"devDependencies": {
"typescript": "^5.3.2"
},
"repository": "github:rwv/workbox-mirror-precache-plugin",
"homepage": "https://github.com/rwv/workbox-mirror-precache-plugin#readme",
"bugs": {
"url": "https://github.com/rwv/workbox-mirror-precache-plugin/issues"
},
"files": [
"lib",
"src"
]
}