Files
medusa-store/packages/gatsby-source-medusa/package.json
Sebastian Rindom cd1f5afa5a chore(release): Publish
- gatsby-source-medusa@0.0.48
 - medusa-interfaces@1.1.33
 - @medusajs/medusa-js@1.0.11
 - medusa-payment-klarna@1.1.40
 - medusa-payment-paypal@1.0.39
 - medusa-plugin-algolia@0.0.7
 - medusa-plugin-brightpearl@1.1.44
 - medusa-plugin-mailchimp@1.1.38
 - medusa-plugin-meilisearch@0.0.13
 - medusa-plugin-restock-notification@0.0.31
 - medusa-plugin-segment@1.1.41
 - medusa-react@0.1.4
 - medusa-source-shopify@1.0.4
 - @medusajs/medusa@1.1.63
2022-02-06 19:28:19 +01:00

48 lines
1.2 KiB
JSON

{
"name": "gatsby-source-medusa",
"version": "0.0.48",
"description": "Gatsby source plugin for building websites using Medusa Commerce as a data source",
"scripts": {
"test": "jest --watchAll",
"watch": "tsc-watch --outDir .",
"build": "tsc --outDir ."
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-source",
"gatsby-source-medusa",
"medusa",
"medusa-commerce"
],
"author": "Kasper Kristensen <kasper@medusa-commerce.com> (https://www.medusa-commerce.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/medusajs/medusa.git",
"directory": "packages/gatsby-source-medusa"
},
"bugs": {
"url": "https://github.com/medusajs/medusa/issues"
},
"dependencies": {
"axios": "^0.24.0",
"babel-preset-gatsby-package": "^2.0.0",
"gatsby-core-utils": "^3.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-source-filesystem": "^4.3.0"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"babel-plugin-polyfill-corejs2": "^0.3.0",
"gatsby": "^4.1.0",
"jest": "^27.0.6",
"tsc-watch": "^4.5.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"gatsby": "^4.1.0"
},
"gitHead": "81a7ff73d012fda722f6e9ef0bd9ba0232d37808"
}