{
  "name": "gatsby-plugin-amplitude-analytics",
  "description": "Plugin to add Amplitude analytics to a Gatsby site",
  "version": "3.2.0",
  "author": "Ryan Ashcraft <ryan@ryanashcraft.me>",
  "bugs": {
    "url": "https://github.com/ryanashcraft/gatsby-plugin-amplitude-analytics/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/node": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-flow": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "cross-env": "^5.1.4"
  },
  "homepage": "https://github.com/ryanashcraft/gatsby-plugin-amplitude-analytics#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "amplitude",
    "analytics"
  ],
  "license": "MIT",
  "main": "index.js",
  "peerDependencies": {
    "gatsby": ">2.0.0-alpha"
  },
  "repository": "https://github.com/ryanashcraft/gatsby-plugin-amplitude-analytics",
  "scripts": {
    "build": "babel src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "watch": "babel -w src --out-dir . --ignore **/__tests__"
  }
}
