{
  "name": "background-removal-node-pjh",
  "version": "0.0.9",
  "description": "Background Removal in NodeJS",
  "keywords": [
    "background-removal",
    "nodejs",
    "image-segmentation",
    "image-matting",
    "onnx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/imgly/background-removal-js.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "author": {
    "name": "IMG.LY GmbH",
    "email": "support@img.ly",
    "url": "https://img.ly"
  },
  "bugs": {
    "email": "support@img.ly"
  },
  "homepage": "https://img.ly/showcases/cesdk/web/background-removal/node",
  "source": "./src/index.ts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/types.d.ts",
  "files": [
    "LICENSE.md",
    "README.md",
    "dist/",
    "bin/"
  ],
  "scripts": {
    "start": "npm run watch",
    "clean": "npx rimraf dist",
    "test": "true",
    "resources": "node ../../scripts/package-resources.mjs",
    "build": "npm run clean && npm run resources && node scripts/build.mjs",
    "watch": "npm run clean && npm run resources && node scripts/watch.mjs",
    "publish": "npm run build && npm publish --access public",
    "lint": "npx prettier --write ."
  },
  "dependencies": {
    "onnxruntime-node": "^1.15.1",
    "sharp": "^0.32.4"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.195",
    "@types/node": "^20.3.1",
    "lodash": "^4.17.21",
    "ndarray": "^1.0.19",
    "zod": "^3.21.4",
    "assert": "^2.0.0",
    "esbuild": "^0.18.18",
    "npm-dts": "^1.3.12",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
    "stream-browserify": "^3.0.0",
    "ts-loader": "^9.4.3",
    "tslib": "^2.5.3",
    "typescript": "^5.1.6",
    "util": "^0.12.5",
    "webpack": "^5.85.1",
    "webpack-cli": "^5.1.4"
  }
}
