{
  "name": "eurisoftcom",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "concurrently \"webpack serve\" \"node desarrollo.js\"",
    "build": "webpack"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "clean-webpack-plugin": "^4.0.0",
    "concurrently": "^9.1.0",
    "copy-webpack-plugin": "^12.0.2",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "glob": "^11.0.0",
    "html-minifier": "^4.0.0",
    "html-webpack-plugin": "^5.6.3",
    "terser": "^5.37.0",
    "terser-webpack-plugin": "^5.3.10",
    "uglifyjs": "^2.4.11",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.0"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "express": "^4.21.2",
    "node-localstorage": "^3.0.5",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "ws": "^8.18.0"
  }
}
