{
  "name": "@smartdcc/dccboxed-nodered-nodes",
  "version": "0.8.0",
  "description": "Collection of nodes for NodeRED to facilitate interfacing with DCC Boxed",
  "type": "commonjs",
  "scripts": {
    "build:back": "tsc",
    "build:front": "webpack",
    "prebuild": "del-cli dist",
    "build": "npm run build:back && npm run build:front",
    "prepack": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint src/",
    "prettier-check": "prettier -c  \"src/**/*.{css,html,ts,json,md,yaml,yml}\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SmartDCCInnovation/dccboxed-nodered-nodes.git"
  },
  "author": {
    "name": "Karim Kanso",
    "email": "Karim.Kanso@smartdcc.co.uk"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/SmartDCCInnovation/dccboxed-nodered-nodes/issues"
  },
  "homepage": "https://github.com/SmartDCCInnovation/dccboxed-nodered-nodes#readme",
  "devDependencies": {
    "@tsconfig/node16": "^16.1.0",
    "@types/content-type": "^1.1.5",
    "@types/jquery-mask-plugin": "^1.14.4",
    "@types/mustache": "^4.2.5",
    "@types/node-red": "^1.2.1",
    "@types/ungap__structured-clone": "^1.2.0",
    "css-loader": "^7.1.2",
    "del-cli": "^7.0.0",
    "eslint": "^9.9.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-prettier": "^5.2.1",
    "globals": "^17.0.0",
    "html-inline-script-webpack-plugin": "^3.1.0",
    "html-webpack-plugin": "^5.5.0",
    "jquery-mask-plugin": "^1.14.16",
    "prettier": "^3.0.0",
    "style-loader": "^4.0.0",
    "ts-loader": "^9.3.1",
    "typescript": "^5.0.2",
    "typescript-eslint": "^8.2.0",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "@smartdcc/dccboxed-keystore": "^0.4.0",
    "@smartdcc/duis-parser": "^0.7.0",
    "@smartdcc/duis-sign-wrap": "^0.3.0",
    "@smartdcc/duis-templates": "^0.7.0",
    "@smartdcc/gbcs-parser": "^0.5.0",
    "@ungap/structured-clone": "^1.0.1",
    "body-parser": "^2.2.0",
    "content-type": "^1.0.4",
    "got": "^11.8.5",
    "mustache": "^4.2.0"
  },
  "node-red": {
    "nodes": {
      "duis-template": "dist/duis-template.js",
      "duis-construct": "dist/duis-construct.js",
      "duis-sign": "dist/duis-sign.js",
      "duis-parser": "dist/duis-parser.js",
      "duis-tariff": "dist/duis-tariff.js",
      "dccboxed-config": "dist/dccboxed-config.js",
      "dccboxed-send": "dist/dccboxed-send.js",
      "dccboxed-receive": "dist/dccboxed-receive.js",
      "gbcs-parser": "dist/gbcs-parser.js",
      "gbcs-signer": "dist/gbcs-signer.js",
      "gbcs-utrn": "dist/gbcs-utrn.js"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "node-red",
    "duis",
    "gbcs",
    "front-end",
    "smartdcc",
    "smartmeter",
    "smets2"
  ]
}
