gatsby-source-printful
Version:
Printful store data for your Gatsby projects
20 lines (19 loc) • 509 B
JSON
{
"name": "gatsby-source-printful",
"version": "3.0.0",
"description": "Printful store data for your Gatsby projects",
"author": "Jonathan Steele <jonathan@steele.pro> (https://steele.pro)",
"repository": "https://github.com/ynnoj/gatsby-source-printful",
"license": "MIT",
"main": "index.js",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source-plugin",
"printful"
],
"dependencies": {
"gatsby-source-filesystem": "2.11.1",
"isomorphic-unfetch": "3.1.0"
}
}