srveit/insteon-hub2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "insteon-hub2",
  "version": "1.1.3",
  "description": "Control and monitor Insteon devices through Insteon Hub 2",
  "keywords": [
    "insteon",
    "home",
    "automation"
  ],
  "homepage": "https://github.com/srveit/insteon-hub2#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:srveit/insteon-hub2.git"
  },
  "bugs": {
    "email": "steve@veitconsulting.com",
    "url": "https://github.com/srveit/insteon-hub2/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Stephen R. Veit",
    "email": "steve@veitconsulting.com",
    "url": "http://veitconsulting.com"
  },
  "contributors": [],
  "main": "index.js",
  "bin": {},
  "man": [],
  "config": {},
  "scripts": {
    "createDeviceCategories": "node tools/createDeviceCategories.js",
    "docs": "jsdoc --configure .jsdocrc.json",
    "lint": "eslint . --ext .js,.json",
    "lint-markdown": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
    "prepublishOnly": "publint",
    "test": "jest --detectOpenHandles",
    "test-watch": "jest --watch",
    "test-watch-all": "jest --watchAll"
  },
  "watch": {
    "lint": {
      "patterns": [
        "index.js",
        "{lib,spec}/*.js"
      ],
      "quiet": true
    }
  },
  "jest": {
    "testEnvironment": "node",
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "node_modules",
      "mock-server.js"
    ],
    "coverageProvider": "v8",
    "coverageDirectory": "./coverage/",
    "coverageReporters": [
      "clover",
      "html",
      "json",
      "lcov",
      "text-summary"
    ],
    "coverageThreshold": {
      "global": {
        "lines": 75
      }
    }
  },
  "devDependencies": {
    "@gerhobbelt/nomnom": "^1.8.4-31",
    "@jest/reporters": "^29.5.0",
    "ajv": "^8.10.0",
    "ajv-keywords": "^5.1.0",
    "eslint": "^8.39.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jest": "^27.2.1",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "express": "^4.18.2",
    "jest": "^29.5.0",
    "jest-extended": "^3.2.4",
    "jest-html-reporter": "^3.8.0",
    "jsdoc": "^4.0.2",
    "markdownlint-cli2": "^0.7.1",
    "node-fetch": "^3.3.1",
    "pdf2json": "^3.0.3",
    "publint": "^0.1.11",
    "standard": "^17.0.0",
    "typescript": "^5.0.4",
    "unroll": "^1.6.0",
    "unzipper": "^0.10.11",
    "ws": "^8.13.0",
    "xml2js": "^0.5.0"
  },
  "overrides": {},
  "engines": {
    "node": ">= 16.0.0"
  },
  "dependencies": {
    "got": "^11.8.6"
  }
}