{
  "name": "picogw",
  "version": "1.1.28",
  "description": "Home/Building Automation Devices Web Gateway Server",
  "main": "main.js",
  "bin": {
    "picogw": "bin/picogw"
  },
  "dependencies": {
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "cryptico": "^1.0.2",
    "express": "^4.17.1",
    "express-fileupload": "^1.1.6",
    "fs-extra": "^8.1.0",
    "mqtt": "^4.2.8",
    "node-localstorage": "^2.1.5",
    "opts": "^1.2.7",
    "picogw-plugin-admin": "1.0.10",
    "picogw-plugin-db": "1.0.3",
    "picogw-plugin-macro": "1.1.10",
    "picogw-plugin-web": "1.0.11",
    "read-package-tree": "^5.3.1",
    "websocket": "^1.0.31"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-google": "^0.14.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^10.2.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "istanbul cover _mocha -- test",
    "postinstall": "test -x \"`command -v termux-fix-shebang`\" && termux-fix-shebang bin/picogw || true"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KAIT-HEMS/node-picogw.git"
  },
  "author": "KAIT-HEMS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KAIT-HEMS/node-picogw/issues"
  },
  "homepage": "https://github.com/KAIT-HEMS/node-picogw#README.md"
}
