{
  "name": "simple-background-remover",
  "version": "1.0.5",
  "description": "Remove image backgrounds in the browser using ONNX models and onnxruntime-web.",
  "main": "main.js",
  "module": "main.js",
  "types": "index.d.ts",
  "keywords": [
    "background-removal",
    "onnx",
    "onnxruntime-web",
    "image-processing",
    "javascript",
    "browser"
  ],
  "author": "Dhanu K <bewithdhanu@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "onnxruntime-web": ">=1.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bewithdhanu/simple-background-remover"
  },
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0"
  }
} 