{
  "name": "@newrelic/superagent",
  "version": "7.0.1",
  "description": "New Relic instrumentation for the `superagent` package.",
  "scripts": {
    "lint": "eslint *.js lib tests",
    "lint:fix": "eslint --fix *.js lib tests",
    "lint:lockfile": "lockfile-lint --path package-lock.json --type npm --allowed-hosts npm --validate-https --validate-integrity",
    "unit": "c8 -o ./coverage/unit tap tests/unit/**/*.tap.js --no-coverage",
    "versioned": "c8 -o ./coverage/versioned versioned-tests --minor --all -i 2 'tests/versioned/*.tap.js'",
    "test": "npm run lint && 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",
    "prepare": "husky install"
  },
  "author": "New Relic Node.js Agent Team <nodejs@newrelic.com>",
  "license": "Apache-2.0",
  "devDependencies": {
    "@newrelic/eslint-config": "^0.0.2",
    "@newrelic/newrelic-oss-cli": "^0.1.2",
    "@newrelic/test-utilities": "^8.1.0",
    "c8": "^8.0.0",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-header": "^3.1.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "husky": "^7.0.2",
    "lint-staged": "^11.1.2",
    "lockfile-lint": "^4.9.6",
    "newrelic": "^11.0.0",
    "prettier": "^2.3.2",
    "semver": "^5.5.0",
    "sinon": "^15.2.0",
    "superagent": "^3.8.3",
    "tap": "^16.0.1"
  },
  "engines": {
    "node": ">=16.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newrelic/node-newrelic-superagent.git"
  },
  "files": [
    "*.md",
    "nr-hooks.js",
    "lib/**"
  ]
}
