{
  "name": "nodejs-poolcontroller-dashpanel",
  "version": "8.5.0",
  "description": "Dashboard Panel",
  "main": "dist/app.js",
  "author": {
    "name": "Robert Strouse"
  },
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rstrouse/nodejs-poolController-dashPanel.git"
  },
  "scripts": {
    "start": "npm run build && node dist/app.js",
    "start:cached": "node dist/app.js",
    "build": "tsc",
    "watch": "tsc -w"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^6.7.2",
    "express": "^4.21.2",
    "extend": "^3.0.2",
    "jquery": "^3.7.1",
    "jquery-ui": "^1.14.1",
    "jquery-ui-dist": "^1.13.3",
    "jquery-ui-touch-punch-c": "^1.4.0",
    "multer": "^2.0.2",
    "node-ssdp": "^4.0.1",
    "socket.io": "^4.8.1",
    "socket.io-client": "^4.8.1",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.23",
    "@types/extend": "^3.0.4",
    "@types/node": "^20.14.10",
    "ts-node": "^10.9.2",
    "typescript": "^4.9.5"
  },
  "engines": {
    "npm": ">=8.0.0",
    "node": ">=20.0.0"
  }
}
