{
  "name": "<%= props.name %>",
  "version": "0.0.0",
  "description": "<%= props.description %>",
  "main": "index.js",
  "scripts": {
    "develop": "babel -w src --out-dir . --ignore **/__tests__",
    "build": "babel src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build"
  },
  "files": [
    "/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/<%= props.github %>.git"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin"
  ],
  "author": "<%= props.author %>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/<%= props.github %>/issues"
  },
  "homepage": "https://github.com/<%= props.github %>#readme",
  "devDependencies": {
    "@babel/cli": "^7.5.0",
    "@babel/core": "^7.5.0",
    "babel-preset-gatsby-package": "^0.2.0",
    "cross-env": "^5.2.0"
  },
  "peerDependencies": {
    "gatsby": "^2.0.0"
  }
}
