{
  "name": "chrome-remote-server",
  "version": "1.0.0",
  "description": "Server per la gestione delle sessioni Chrome Remote",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "stop": "pkill -f 'node.*server.js'"
  },
  "keywords": [
    "chrome",
    "remote",
    "debugging",
    "accessibility"
  ],
  "author": "Iride Comunicazione",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.6.0",
    "express": "^4.18.2",
    "fs-extra": "^11.2.0",
    "http-proxy-middleware": "^3.0.5",
    "uuid": "^9.0.1",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.2"
  }
}
