UNPKG

@remove-background-ai/rembg.js

Version:

A simple wrapper for the https://www.rembg.com API

49 lines (48 loc) 1.2 kB
{ "name": "@remove-background-ai/rembg.js", "version": "1.2.1", "description": "A simple wrapper for the https://www.rembg.com API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc --p .", "test": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/Remove-Background-ai/rembg.js.git" }, "keywords": [ "rembg", "rembg js", "remove background ai", "background removal ai", "remove background automatically with ai", "remove background with ai", "image processing", "background image" ], "author": "ARKEN AI LLC", "license": "MIT", "bugs": { "url": "https://github.com/Remove-Background-ai/rembg.js/issues" }, "homepage": "https://github.com/Remove-Background-ai/rembg.js#readme", "dependencies": { "axios": "^1.4.0", "dotenv": "^16.3.1", "tmp-promise": "^3.0.3" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^10.17.60", "axios-mock-adapter": "^1.22.0", "esm": "^3.2.25", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "engines": { "node": ">=18.17.0" } }