Snapstromegon/LightModules-Monitor

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "Light_Server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=text --reporter=html mocha --recursive",
    "coverage": "nyc report --reporter=json --reporter=text-lcov | coveralls",
    "start": "node ."
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.19.2",
    "express-ws": "^5.0.2"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "coveralls": "^3.1.1",
    "mocha": "^10.4.0",
    "nock": "^13.5.4",
    "nyc": "^15.1.0"
  },
  "nyc": {
    "include": [
      "class/**",
      "index.js"
    ]
  }
}