{
  "name": "onvif-probe-rx",
  "version": "4.0.4",
  "description": "Realtime Open Network Video Interface Forum (ONVIF) device discovery",
  "author": "Patrick Michalina <patrickmichalina@mac.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patrickmichalina/onvif-probe-rx.git"
  },
  "bugs": {
    "url": "https://github.com/patrickmichalina/onvif-probe-rx/issues"
  },
  "homepage": "https://github.com/patrickmichalina/onvif-probe-rx#readme",
  "keywords": [
    "onvif",
    "camera",
    "rxjs",
    "node",
    "typescript",
    "udp",
    "elecctron"
  ],
  "main": "dist/onvif-probe-rx-cjs.js",
  "module": "dist/onvif-probe-rx-esm.js",
  "types": "dist/index.d.ts",
  "bin": {
    "onvif-probe": "dist/onvif-probe"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tslint -p tsconfig.json",
    "rollup": "rollup -c",
    "cli": "ts-node -P tsconfig.json -O '{\"module\":\"commonjs\"}' ./cli",
    "cli.run": "ts-node -P tsconfig.json -O '{\"module\":\"commonjs\"}' src/index"
  },
  "dependencies": {
    "@akanass/rx-http-request": "^3.1.0",
    "object-hash": "^1.3.1",
    "ping-rx": "^1.0.0",
    "rxjs": "^6.5.1",
    "typescript-monads": "^3.12.0",
    "uuid": "^3.3.2",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "@types/fs-extra": "^5.0.5",
    "@types/node": "^11.13.8",
    "@types/object-hash": "^1.2.0",
    "@types/uuid": "^3.4.4",
    "@types/xmldom": "^0.1.29",
    "fs-extra": "^7.0.1",
    "rollup": "^1.10.1",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-typescript2": "^0.21.0",
    "semantic-release": "^15.13.3",
    "ts-node": "^8.1.0",
    "tslint": "^5.16.0",
    "tslint-immutable": "^5.5.2",
    "typescript": "^3.4.5"
  },
  "release": {
    "branch": "master",
    "plugins": [
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "angular",
          "releaseRules": [
            {
              "type": "docs",
              "scope": "README",
              "release": "patch"
            },
            {
              "type": "refactor",
              "release": "patch"
            }
          ],
          "parserOpts": {
            "noteKeywords": [
              "BREAKING CHANGE",
              "BREAKING CHANGES",
              "BREAKING"
            ]
          }
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "angular",
          "parserOpts": {
            "noteKeywords": [
              "BREAKING CHANGE",
              "BREAKING CHANGES",
              "BREAKING"
            ]
          }
        }
      ]
    ]
  }
}
