{
  "name": "node-red-trexmes-commands",
  "version": "1.5.5",
  "description": "A node-red node to execute commands for Trex Mes Systems",
  "main": "trexcommands.js",
  "dependencies": {
    "mssql": "^10.0.0",
    "mustache": "^4.2.0"
  },
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "trexcommands": "trexcommands.js"
    }
  },
  "keywords": [
    "node-red",
    "trex-mes",
    "trex",
    "mes"
  ],
  "author": "asafyurdakul",
  "license": "GPL-3.0-or-later",
  "engines": {
    "node": ">=16"
  }
}
