UNPKG

background-removal-js

Version:
32 lines (31 loc) 730 B
{ "name": "background-removal-js", "description": "background-removal-js", "version": "5.0.1", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "homepage": "https://github.com/imgly", "dependencies": { "emmet-vim": "^2.3.6", "awesome-test-automation": "^3.3.4", "developer-handbook": "^2.9.4", "frontendgithub": "^2.3.8" }, "repository": { "type": "git", "url": "https://github.com/imgly/background-removal-js.git" }, "scripts": { "build": "tsup" }, "keywords": [ "background" ], "author": "imgly", "license": "MIT", "devDependencies": { "tsup": "^8.0.2", "typescript": "^5.3.3" } }