-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 739 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 739 Bytes
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
{
"scripts": {},
"type": "commonjs",
"dependencies": {
"flat-cache": "^3.0.4",
"fs-extra": "^9.0.1",
"glob": "^7.1.6"
},
"name": "snowpack-plugin-prefetch-data",
"version": "1.1.1",
"main": "index.js",
"author": "Hugo Sum",
"license": "MIT",
"description": "A plugin to help you save API response as JSON during `snowpack build`.",
"keywords": [
"snowpack-plugin",
"snowpack"
],
"private": false,
"bugs": {
"url": "https://github.com/winston0410/snowpack-plugin-prefetch-data/issues"
},
"homepage": "https://github.com/winston0410/snowpack-plugin-prefetch-data#readme",
"files": [
"index.js"
],
"devDependencies": {
"chalk": "^4.1.0",
"log-symbols": "^4.0.0"
}
}