{
  "name": "gatsby-plugin-newrelic",
  "version": "2.10.4",
  "description": "Gatsby plugin for implementing the New Relic Browser agent",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir . --ignore **/__tests__",
    "watch": "babel -w src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build"
  },
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "gatsby-source"
  ],
  "author": "New Relic OpenSource <opensource+gatsby-plugin-newrelic@newrelic.com>",
  "bugs": {
    "url": "https://github.com/newrelic/gatsby-plugin-newrelic/issues"
  },
  "homepage": "https://opensource.newrelic.com/projects/newrelic/gatsby-plugin-newrelic",
  "peerDependencies": {
    "gatsby": "^3.0.0 || ^4.0.0 || ^5.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/newrelic/gatsby-plugin-newrelic"
  },
  "license": "Apache-2",
  "dependencies": {
    "@babel/runtime": "^7.12.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-private-methods": "^7.8.3",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^12.0.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^10.0.0",
    "@semantic-release/npm": "^12.0.0",
    "@semantic-release/release-notes-generator": "^13.0.0",
    "@testing-library/react": "^9.5.0",
    "babel-preset-gatsby-package": "^0.1.4",
    "cross-env": "^5.2.1",
    "semantic-release": "^24.0.0"
  },
  "files": [
    "index.js",
    "gatsby-ssr.js",
    "gatsby",
    "LICENSE",
    "README.md",
    "THIRD_PARTY_NOTICES.md",
    "third_party_manifest.json"
  ],
  "engines": {
    "node": ">=16.3.1"
  },
  "private": false,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "tag": "latest"
  }
}
