{
  "name": "@tugrul/rembg",
  "version": "1.0.3",
  "description": "Background removal using ONNX models",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "keywords": [
    "background-removal",
    "birefnet",
    "onnx",
    "u2net",
    "image-processing"
  ],
  "scripts": {
    "build": "tsc"
  },
  "author": "Tugrul Topuz <tugrultopuz@gmail.com>",
  "bugs": {
    "url": "https://github.com/tugrul/node-rembg/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tugrul/node-rembg.git"
  },
  "license": "MIT",
  "dependencies": {
    "onnxruntime-node": "^1.23.2",
    "sharp": "^0.34.5",
    "typescript": "^6.0.3"
  },
  "devDependencies": {
    "@types/node": "^25.9.3"
  }
}
