{
  "name": "printer-proxy",
  "version": "1.0.0",
  "description": "Simple Windows printer proxy that exposes Win32_Printer info over HTTP",
  "main": "printer-proxy.js",
  "scripts": {
    "start": "node printer-proxy.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.18.2"
  }
}
