{
  "name": "gatsby-source-gooten",
  "version": "1.1.12",
  "description": "a gatsby source plugin to get data from gooten.com",
  "main": "index.js",
  "scripts": {
    "prepack": "npm run build",
    "build": "babel src --out-dir . --ignore **/__tests__ --copy-files",
    "watch": "babel --watch src --out-dir . --ignore **/__tests__"
  },
  "files": [
    "*.js",
    "apiHandler/*.js",
    "src/*.js"
  ],
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gooten",
    "print",
    "print on demand",
    "ecom",
    "ecommerce",
    "dropship",
    "dropshipping"
  ],
  "peerDependencies": {
    "gatsby": "^2.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gatsbyjs/gatsby.git",
    "directory": "/"
  },
  "author": "Alistair Hutten <ahut10@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.19.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "babel-preset-gatsby-package": "^0.2.16"
  }
}
