{
  "name": "connectopc_ua",
  "version": "1.1.0",
  "description": "Implementation of OPC-UA for machines (CNC and PLC based machines)",
  "main": "main.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "opc_ua_machines"
  },
  "keywords": [
    "opc-ua",
    "CNC",
    "PLC",
    "Automation",
    "Industry",
    "4.0"
  ],
  "author": "Bhupendra Kumar Mishra",
  "license": "ISC",
  "dependencies": {
    "async": "^3.2.0",
    "body-parser": "^1.19.0",
    "canvasjs": "^1.8.3",
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "express-session": "^1.17.1",
    "express-status-monitor": "^1.3.3",
    "fs-extra": "^9.1.0",
    "is-reachable": "^5.0.0",
    "jquery": "^3.6.0",
    "json2xls": "^0.1.2",
    "node-opcua": "^2.36.0",
    "node-opcua-file-transfer": "^2.36.0",
    "node-pre-gyp": "^0.17.0",
    "node-static": "^0.7.11",
    "nodemailer": "^6.5.0",
    "nodemon": "^2.0.7",
    "npm": "^7.8.0",
    "path": "^0.12.7",
    "r-script": "0.0.4",
    "request": "^2.88.2",
    "socket.io": "^4.0.1",
    "socket.io-client": "^4.0.1",
    "sqlite": "^4.0.21",
    "sqlite3": "^5.0.2",
    "treeify": "^1.1.0"
  },
  "build": {
    "appId": "connectopc-ua.id",
    "mac": {
      "category": "public.app-category.productivity"
    },
    "icon": "linux/512X512.png"
  }
}
