{
  "name": "@mangoart/gatsby-plugin-dynatrace",
  "description": "Gatsby Plugin to inject the Dynatrace JavaScript Agent into the generated pages and uses the JS ADK to track page changes",
  "version": "1.1.0",
  "author": "Markus Oehler <m.oehler@digital-city.solutions>",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/MangoArt/gatsby-plugin-dynatrace/issues"
  },
  "homepage": "https://github.com/MangoArt/gatsby-plugin-dynatrace",
  "repository": "github:MangoArt/gatsby-plugin-dynatrace.git",
  "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__",
    "release": "release-it"
  },
  "release-it": {
    "github": {
      "release": true
    }
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "dynatrace",
    "real user monitoring"
  ],
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --write",
      "git add"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0",
    "html-react-parser": "^0.7.0",
    "node-fetch": "^2.3.0"
  },
  "peerDependencies": {
    "gatsby": "^2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "7.4.4",
    "@babel/core": "7.4.4",
    "babel-preset-gatsby-package": "0.1.4",
    "cross-env": "5.2.0",
    "husky": "2.2.0",
    "lint-staged": "8.1.6",
    "prettier": "1.17.0",
    "release-it": "12.0.0"
  }
}
