{
  "name": "@newrelic/telemetry-sdk",
  "version": "0.6.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/src",
    "dist/index.*"
  ],
  "scripts": {
    "build": "tsc",
    "lint": "eslint 'index.ts' 'src/**/*.ts' 'tests/**/*.ts'",
    "prepare": "npm run build && husky install",
    "unit": "ts-node ./node_modules/.bin/tape tests/unit/*.tap.ts tests/unit/**/*.tap.ts",
    "integration": "ts-node ./node_modules/.bin/tape tests/integration/**/*.tap.ts",
    "server-integration": "ts-node ./node_modules/.bin/tape tests/server-integration/**/*.tap.ts",
    "third-party-updates": "oss third-party manifest && oss third-party notices && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
    "test": "npm run build && npm run unit && npm run integration"
  },
  "author": "New Relic Node.js Agent Team <nodejs@newrelic.com>",
  "license": "Apache-2.0",
  "homepage": "https://github.com/newrelic/newrelic-telemetry-sdk-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/newrelic/newrelic-telemetry-sdk-node.git"
  },
  "devDependencies": {
    "@newrelic/newrelic-oss-cli": "^0.1.2",
    "@types/semver": "^6.2.0",
    "@types/tape": "^4.2.33",
    "@types/uuid": "^3.4.6",
    "@typescript-eslint/eslint-plugin": "^1.4.2",
    "@typescript-eslint/parser": "^1.4.2",
    "eslint": "^5.14.1",
    "husky": "^7.0.2",
    "nock": "^11.9.1",
    "semver": "^6.3.0",
    "tape": "^4.13.2",
    "ts-node": "^8.0.2",
    "typescript": "^3.3.3",
    "uuid": "^3.3.3"
  }
}
