{
  "name": "free-background-remover",
  "version": "1.0.6",
  "description": "Removes the background of an image.  Runs locally, no api keys needed.",
  "repository": {
    "type": "git",
    "url": "git://github.com/stierma1/free-background-remover.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "canvas": "^2.11.2",
    "floyd-steinberg": "^1.0.6",
    "glob": "^10.4.1",
    "jimp": "^0.22.12",
    "onnxruntime-node": "^1.18.0",
    "sharp": "^0.33.4"
  }
}
