{
  "name": "@newrelic/apollo-server-plugin",
  "version": "8.0.0",
  "description": "Apollo Server plugin that adds New Relic Node.js agent instrumentation.",
  "main": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "integration": "rm -f newrelic_agent.log && time c8 -o ./coverage/integration borp 'tests/integration/**/*.test.js'",
    "lint": "eslint --quiet .",
    "lint:verbose": "eslint .",
    "lint:fix": "eslint --fix .",
    "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity",
    "prepare": "husky install",
    "test": "npm run unit && npm run integration && npm run versioned && npm run type-check",
    "third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
    "unit": "c8 -o ./coverage/unit borp 'tests/unit/**/*.test.js'",
    "type-check": "tsd",
    "versioned": "NPM7=1 ./bin/run-versioned-tests.sh",
    "versioned:folder": "versioned-tests --minor --all -i 2",
    "versioned:major": "VERSIONED_MODE=--major npm run versioned"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "config.d.ts",
    "lib/*.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/newrelic/newrelic-node-apollo-server-plugin.git"
  },
  "author": "New Relic Node.js agent team <nodejs@newrelic.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/newrelic/newrelic-node-apollo-server-plugin/issues"
  },
  "homepage": "https://github.com/newrelic/newrelic-node-apollo-server-plugin#readme",
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@apollo/server": "^4.1.1",
    "@matteo.collina/tspl": "^0.1.1",
    "@newrelic/eslint-config": "^0.5.0",
    "@newrelic/newrelic-oss-cli": "^0.1.2",
    "@newrelic/test-utilities": "^8.5.0",
    "borp": "^0.19.0",
    "c8": "^7.14.0",
    "eslint": "^9.31.0",
    "eslint-plugin-jsdoc": "^51.4.1",
    "graphql-tag": "^2.12.6",
    "husky": "^6.0.0",
    "lint-staged": "^11.0.0",
    "lockfile-lint": "^4.9.6",
    "newrelic": "^12.18.2",
    "semver": "^7.7.2",
    "sinon": "^11.1.2",
    "tsd": "^0.18.0"
  },
  "peerDependencies": {
    "newrelic": ">=12.11.0"
  },
  "tsd": {
    "directory": "./tests/types",
    "compilerOptions": {
      "lib": [
        "es2019"
      ]
    }
  }
}
