{
  "name": "azure-iothub",
  "version": "1.16.6",
  "description": "Azure IoT SDK - IoT Hub",
  "author": "Microsoft Corporation",
  "license": "MIT",
  "main": "iothub.js",
  "typings": "iothub.d.ts",
  "dependencies": {
    "@azure/core-auth": "^1.7.0",
    "@azure/identity": "^4.0.1",
    "@azure/ms-rest-js": "^2.0.5",
    "async": "^3.2.3",
    "debug": "^4.3.1",
    "getos": "^3.2.1",
    "lodash": "^4.17.21",
    "machina": "^4.0.2",
    "rhea": "^1.0.15",
    "uuid": "^8.3.2",
    "ws": "^8.17.1"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/getos": "^3.0.1",
    "@types/node": "^16.10.2",
    "@typescript-eslint/eslint-plugin": "^5.41.0",
    "@typescript-eslint/parser": "^5.41.0",
    "autorest": "^2.0.4413",
    "chai": "^4.3.3",
    "eslint": "^8.26.0",
    "eslint-plugin-jsdoc": "^39.3.25",
    "eslint-plugin-mocha": "^10.1.0",
    "eslint-plugin-no-null": "^1.0.2",
    "eslint-plugin-no-only-tests": "^3.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-security": "^1.5.0",
    "jshint": "^2.13.4",
    "lerna": "^8.2.4",
    "mocha": "^11.7.2",
    "nyc": "^17.1.0",
    "sinon": "^11.1.2",
    "sinon-test": "^3.1.4",
    "source-map-support": "^0.5.16",
    "ts-node": "^8.6.2",
    "typescript": "^4.4.4"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.d.ts.map",
    "src/**/*.ts",
    "tsconfig.json",
    "iothub.js",
    "iothub.d.ts"
  ],
  "scripts": {
    "hublint": "eslint src --ext .ts -f visualstudio",
    "diglint": "eslint src/cl --ext .ts -f visualstudio",
    "tstlint": "eslint test --ext .js -f visualstudio",
    "lint": "npm run hublint && npm run diglint && npm run tstlint",
    "build": "tsc",
    "prepare": "npm -s run build",
    "unittest-min": "tsc && nyc --reporter lcov ./node_modules/mocha/bin/_mocha --reporter dot --parallel test/**/_*_test.js",
    "alltest-min": "tsc && nyc --reporter lcov ./node_modules/mocha/bin/_mocha --reporter dot --parallel test/**/_*_test*.js",
    "unittest": "tsc && nyc --reporter lcov --reporter text ./node_modules/mocha/bin/_mocha --parallel test/**/_*_test.js",
    "alltest": "tsc && nyc --reporter lcov --reporter text ./node_modules/mocha/bin/_mocha --parallel test/**/_*_test*.js",
    "ci": "npm -s run lint && npm -s run build && npm -s run alltest-min",
    "test": "npm -s run lint && npm -s run build && npm -s run alltest",
    "generate-pl": "autorest --typescript --add-credentials --model-enum-as-union --license-header=MICROSOFT_MIT_NO_VERSION --source-code-folder-path=./src/pl --output-folder=./src/pl --input-file=src/service.json"
  },
  "nyc": {
    "exclude": [
      "coverage/**",
      "**/*.d.ts",
      "test{,s}/**",
      "test{,-*}.{js,cjs,mjs,ts}",
      "**/*{.,-}test.{js,cjs,mjs,ts}",
      "**/__tests__/**",
      "**/{ava,nyc}.config.{js,cjs,mjs}",
      "**/jest.config.{js,cjs,mjs,ts}",
      "**/{karma,rollup,webpack}.config.js",
      "**/{babel.config,.eslintrc,.mocharc}.{js,cjs}"
    ],
    "extension": [
      ".ts",
      ".tsx"
    ],
    "check-coverage": false,
    "lines": 94,
    "functions": 83,
    "branches": 95,
    "statements": 95
  },
  "mocha": {
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ],
    "full-trace": true,
    "bail": true
  },
  "engines": {
    "node": ">= 14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Azure/azure-iot-hub-node.git"
  },
  "bugs": {
    "url": "https://github.com/Azure/azure-iot-hub-node/issues"
  },
  "homepage": "https://github.com/Azure/azure-iot-hub-node#readme"
}
