-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
34
35
{
"name": "eleventy-plugin-shopify",
"version": "0.1.0",
"description": "An eleventy plugin to pull in Shopify Data",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dleatherman/eleventy-plugin-shopify.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin"
],
"author": "Dan Leatherman",
"license": "MIT",
"bugs": {
"url": "https://github.com/dleatherman/eleventy-plugin-shopify/issues"
},
"homepage": "https://github.com/dleatherman/eleventy-plugin-shopify#readme",
"dependencies": {
"chalk": "^4.1.2",
"node-fetch-cache": "^3.0.3"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"dotenv": "^10.0.0"
}
}