{
  "name": "bigscreen-cloud-browser-static",
  "version": "1.0.0",
  "main": "index.js",
  "license": "MIT",
  "private": true,
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/preset-env": "^7.24.7",
    "@hyperbeam/web": "^0.0.37",
    "babel-loader": "^9.1.3",
    "cheerio": "^1.0.0-rc.12",
    "esbuild": "^0.21.5",
    "html-inline-script-webpack-plugin": "^3.2.1",
    "html-loader": "^5.0.0",
    "html-minifier": "^4.0.0",
    "html-minimizer-webpack-plugin": "^5.0.0",
    "html-webpack-inline-source-plugin": "^0.0.10",
    "html-webpack-plugin": "^5.6.0",
    "javascript-obfuscator": "^4.1.1",
    "nodemon": "^3.1.4",
    "postcss": "^8.4.38",
    "postcss-url": "^10.1.3",
    "raw-loader": "^4.0.2",
    "superagent": "^9.0.2",
    "terser": "^5.31.1",
    "terser-webpack-plugin": "^5.3.10",
    "uglify-js": "^3.18.0",
    "webpack": "^5.92.1",
    "webpack-obfuscator": "^3.5.1"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "scripts": {
    "watch": "nodemon",
    "build": "node build.js"
  },
  "nodemonConfig": {
    "watch": [
      "src"
    ],
    "ext": "js,html,css",
    "exec": "node build.js"
  }
}
