psi-4ward/s7client

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "s7client",
  "version": "1.1.0",
  "description": "Hi level API for node-snap7 to communication with Siemens S7 PLCs",
  "homepage": "https://psi-4ward.github.io/s7client",
  "main": "src/index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "docs": "docma -c docma.config.json",
    "deploy:docs": "npm run docs && git-directory-deploy --directory docs --branch gh-pages",
    "test": "NODE_ENV=test nyc --reporter=lcov --reporter=text --report-dir .nyc_output mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/psi-4ward/s7client.git"
  },
  "keywords": [
    "snap7",
    "node-snap7",
    "siemens",
    "sps",
    "S7",
    "plc",
    "logo"
  ],
  "author": {
    "name": "Christoph Wiechert",
    "url": "https://psi.cx"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/psi-4ward/s7client/issues"
  },
  "engines": {
    "node": ">=7.6"
  },
  "dependencies": {
    "debug": "^4.2.0",
    "lodash.random": "^3.2.0",
    "node-snap7": "^1.0.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "docma": "^3.2.2",
    "git-directory-deploy": "^1.5.1",
    "mocha": "^8.2.0",
    "nyc": "^15.1.0"
  }
}