{
  "name": "rembg-webgpu",
  "version": "0.2.1",
  "description": "Browser offline background removal using WebGPU - powered by rembg.com technology",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "prepare": "npm run build"
  },
  "peerDependencies": {
    "@huggingface/transformers": "^3 || ^4"
  },
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.6.0"
  },
  "keywords": [
    "background-removal",
    "rembg",
    "rembg.com",
    "image-processing",
    "computer-vision",
    "browser",
    "onnx",
    "webgpu",
    "wasm",
    "offline",
    "client-side",
    "transparent-background",
    "segmentation",
    "huggingface",
    "transformers"
  ],
  "author": "Arken AI LLC",
  "license": "SEE LICENSE IN LICENSE FILE",
  "repository": {
    "type": "git",
    "url": "https://github.com/Remove-Background-ai/rembg-webgpu.git"
  },
  "homepage": "https://www.rembg.com",
  "bugs": {
    "url": "https://github.com/Remove-Background-ai/rembg-webgpu/issues"
  }
}


