gatsby-shopify-starter
Version:
A CLI for creating projects using the Gatsby-Shopify-Starter Boilerplate.
39 lines (38 loc) • 890 B
JSON
{
"name": "gatsby-shopify-starter",
"version": "1.0.3",
"description": "A CLI for creating projects using the Gatsby-Shopify-Starter Boilerplate.",
"author": "Grady Truitt",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/GradyTruitt/gatsby-shopify-starter.git"
},
"engines": {
"node": ">=8"
},
"preferGlobal": true,
"keywords": [
"Gatsby",
"Shopify",
"CLI",
"Styled-Components",
"React",
"Apollo",
"Shopify Storefront",
"Netlify"
],
"bugs": {
"url": "https://github.com/GradyTruitt/gatsby-shopify-starter/issues"
},
"homepage": "https://github.com/GradyTruitt/gatsby-shopify-starter#readme",
"bin": {
"gatsby-shopify-create": "./cli.js",
"gscreate": "./cli.js"
},
"dependencies": {
"child_process": "^1.0.2",
"minimist": "^1.2.0",
"ora": "^3.1.0"
}
}