gatsby-source-shopify-storefront
Version:
Gatsby source plugin for using product data from the Shopify Storefront API
33 lines (32 loc) • 798 B
JSON
{
"name": "gatsby-source-shopify-storefront",
"version": "1.0.0",
"description":
"Gatsby source plugin for using product data from the Shopify Storefront API",
"repository": {
"type": "git",
"url":
"git+https://github.com/edenspiekermann/gatsby-source-shopify-storefront.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"shopify",
"graphql"
],
"author": "Jeff Pamer <jeff@mediumdivision.com>",
"license": "MIT",
"dependencies": {
"graphql-client": "^2.0.0",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"cross-env": "^5.0.5"
},
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepublish": "cross-env NODE_ENV=production npm run build"
}
}