{
  "name": "@newrelic/next",
  "version": "0.10.0",
  "description": "Next.js instrumentation for the New Relic Node.js agent. ",
  "main": "index.js",
  "scripts": {
    "lint": "eslint *.js lib tests",
    "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 versioned",
    "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 tap --test-regex='(\\/|^tests\\/unit\\/.*\\.test\\.js)$' --no-coverage",
    "versioned": "./bin/run-versioned-tests.sh",
    "versioned:major": "VERSIONED_MODE=--major npm run versioned"
  },
  "files": [
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "THIRD_PARTY_NOTICES.md",
    "index.js",
    "nr-hooks.js",
    "load-externals.js",
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/newrelic/newrelic-node-nextjs.git"
  },
  "author": "New Relic Node.js agent team <nodejs@newrelic.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/newrelic/newrelic-node-nextjs/issues"
  },
  "homepage": "https://github.com/newrelic/newrelic-node-nextjs#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "devDependencies": {
    "@newrelic/eslint-config": "^0.2.0",
    "@newrelic/newrelic-oss-cli": "^0.1.2",
    "@newrelic/test-utilities": "^8.5.0",
    "c8": "^7.12.0",
    "husky": "^8.0.1",
    "lint-staged": "^12.4.2",
    "lockfile-lint": "^4.9.6",
    "newrelic": "^11.15.0",
    "sinon": "^14.0.0",
    "tap": "^16.2.0"
  },
  "peerDependencies": {
    "newrelic": ">=11.12.0"
  },
  "dependencies": {
    "semver": "^7.3.7"
  }
}
