@imgly/background-removal-data
Version:
Background Removal Data
51 lines • 1.5 kB
JSON
{
"name": "@imgly/background-removal-data",
"version": "1.4.5",
"description": "Background Removal Data",
"keywords": [
"background-removal",
"image-segmentation",
"image-matting",
"onnx"
],
"repository": {
"type": "git",
"url": "git+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",
"files": [
"LICENSE.md",
"README.md",
"CHANGELOG.md",
"NOTICE.md",
"ThirdPartyLicenses.json",
"dist/",
"bin/"
],
"scripts": {
"start": "npm run watch",
"clean": "npx rimraf dist",
"test": "true",
"resources": "node ../../scripts/package-resources.mjs",
"changelog:create": "node ../../scripts/changelog/changelog-create.mjs",
"changelog:generate": "node ../../scripts/changelog/changelog-generate.mjs",
"build": "npm run clean && npm run resources",
"watch": "npm run clean && npm run resources",
"lint": "npx prettier --write .",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases"
},
"dependencies": {
"onnxruntime-web": "~1.17.0"
}
}