{
  "name": "remote-logging",
  "version": "1.4.5",
  "description": "A tool to enable remote logging for AnaLogger",
  "main": "app/main.cjs",
  "type": "module",
  "bin": {
    "remote-logging": "cli.cjs"
  },
  "scripts": {
    "copy": "node node_modules/clonefile/index.cjs web/favicon.png ./build/production --force",
    "build:empty.html": "to-build web/empty.html --production --output build --noserver",
    "build:progress.html": "to-build web/progress.html --production --output build --noserver",
    "build:all": "to-build web/main.html --production --output build --noserver && npm run build:empty.html && npm run build:progress.html && npm run copy",
    "test": "mocha --exit --sort",
    "start": "electron app/main.cjs"
  },
  "keywords": [
    "logging",
    "log",
    "productivity",
    "analogger",
    "genserve"
  ],
  "author": "Patrice Thimothee",
  "license": "unlicensed",
  "dependencies": {
    "@thimpat/electronutils": "^1.2.0",
    "@thimpat/libutils": "^1.9.5",
    "analogger": "^1.22.1",
    "electron": "27.0.0-beta.8",
    "electron-window-state": "5.0.3",
    "genserve": "^5.9.0",
    "http-status": "1.5.2",
    "image-size": "1.0.2",
    "minimist": "^1.2.6",
    "node-json2html": "2.2.2",
    "request-ip": "3.3.0",
    "string-sanitizer": "2.0.2",
    "ws": "8.17.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.17.10",
    "@jsdevtools/chai-exec": "^2.1.1",
    "@thimpat/testutils": "^1.3.1",
    "babel-eslint": "^10.1.0",
    "chai": "^4.3.6",
    "chai-files": "^1.4.0",
    "chai-json": "^1.0.0",
    "chakram": "^1.5.0",
    "chromedriver": "119.0.1",
    "clonefile": "^3.1.0",
    "electron-chromedriver": "^8.0.0",
    "eslint": "^8.14.0",
    "mocha": "^10.0.0",
    "selenium-webdriver": "4.4.0",
    "shelljs": "^0.8.5",
    "to-build": "^1.0.5",
    "to-esm": "^2.23.2"
  }
}
