{
  "name": "node-red-contrib-ocpp",
  "version": "1.3.10",
  "description": "A set of nodes to communicate via OCPP to a compatible charge box or central system",
  "main": "ocpp-req.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "mon": "nodemon -e js,html --exec node-red"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Argonne-National-Laboratory/node-red-contrib-ocpp.git"
  },
  "keywords": [
    "node-red",
    "ocpp",
    "ocpp SOAP",
    "ocpp JSON",
    "ocpp centralsystem",
    "ocpp chargepoint"
  ],
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "ocpp-req": "ocpp/ocpp-req.js",
      "ocpp-cp-req": "ocpp/ocpp-cp-req.js",
      "ocpp-remote-cp": "ocpp/ocpp-remote-cp.js",
      "ocpp-remote-cs": "ocpp/ocpp-remote-cs.js",
      "ocpp-server": "ocpp/ocpp-server.js",
      "ocpp-cp-json": "ocpp/ocpp-cp-json.js"
    }
  },
  "author": "Bryan Nystrom <bnystrom@gmail.com> (https://github.com/bnystrom)",
  "contributors": [
    "Jason D. Harper <jharper@anl.gov> (https://github.com/jayharper)",
    "James Golvich (https://github.com/jamesgol)",
    "BeenThereScrewedUp (https://github.com/BeenThereScrewedUp)",
    "Simonas Kazlauskas (https://github.com/nagisa)",
    "Rishabh Vaish (https://github.com/rishabhvaish)",
    "olivierpelet (https://gitub.com/olivierpelet)"
  ],
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Argonne-National-Laboratory/node-red-contrib-ocpp/issues"
  },
  "homepage": "https://github.com/Argonne-National-Laboratory/node-red-contrib-ocpp#readme",
  "dependencies": {
    "basic-auth": "^2.0.1",
    "debug": "^4.3.1",
    "express": "^4.17.1",
    "express-ws": "^5.0.2",
    "soap": "^1.0.0",
    "ws": "^8.12.0",
    "xml-js": "^1.6.11"
  },
  "devDependencies": {
    "eslint": "^9.22.0",
    "eslint-config-strongloop": "^2.1.0",
    "eslint-plugin-node": "^11.1.0",
    "nodemon": "^3.1.9"
  }
}
