UNPKG

@imgly/background-removal

Version:
61 lines (60 loc) 1.58 kB
{ "name": "@imgly/background-removal", "version": "1.0.6", "description": "Background Removal in the Browser", "keywords": [ "background-removal", "client-side", "data-privacy", "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" }, "main": "./dist/browser.js", "module": "./dist/browser.mjs", "browser": "./dist/browser.js", "homepage": "https://img.ly/showcases/cesdk/web/background-removal/web", "types": "./dist/browser.d.ts", "files": [ "LICENSE.md", "README.md", "dist/" ], "scripts": { "start": "npm run clean; npm run watch", "clean": "npx rimraf dist", "test": "true", "build": "npm run clean; npx webpack --mode production", "watch": "npm run clean; npx webpack --watch --mode development", "publish:public": "npm run build && npm publish --access public", "lint": "npx prettier --write ." }, "devDependencies": { "@types/lodash": "^4.14.195", "@types/node": "^20.3.1", "assert": "^2.0.0", "lodash": "^4.17.21", "onnxruntime-web": "^1.15.1", "ts-loader": "^9.4.3", "tslib": "^2.5.3", "typescript": "^5.1.3", "util": "^0.12.5", "wasm-feature-detect": "^1.5.1", "webpack": "^5.85.1", "webpack-cli": "^5.1.4", "zod": "^3.21.4" } }