{  
  "name": "007-nodejs",
  "version": "2.5.3",
  "description": "This is a SDK Developed on for UTP on top on ApplicationInsights-node.js",
  "main": "./dist/UTPTelemetry.js",
  "types": "./dist/UTPTelemetry.d.ts",
  "scripts": {
    "start": "node dist/index.js",
    "clean": "rm -rf ./out && rm -rf ./node_modules",
    "build": "npm run build:compile",
    "build:deps": "npm update --dev",
    "build:compile": "tsc --project ./tsconfig.json",
    "prepare": "npm run build:compile",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "mocha -r ts-node/register tests/*.test.ts",
    "test-with-coverage": "nyc --reporter=text mocha"
  },
  "author": "Rajat Shetty",
  "license": "MS-PL",
  "dependencies": {
    "@types/assert": "^1.4.3",
    "@types/cls-hooked": "^4.3.0",
    "@types/sinon": "^7.0.13",
    "applicationinsights": "^1.4.0",
    "assert": "^2.0.0",
    "npm-check-updates": "^3.1.20",
    "sinon": "^7.4.0"
  },
  "files": [
    "/dist"
  ],
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.7",
    "@types/node": "^12.6.9",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "ts-node": "^8.3.0",
    "typescript": "^3.5.3"
  },
  "nyc": {
    "include": [
      "src/**/*.ts",
      "src/**/*.tsx"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "require": [
      "ts-node/register"
    ],
    "reporter": [
      "text-summary",
      "html"
    ],
    "sourceMap": true,
    "instrument": true
  }
}
