{ "name": "@mintel/image-processor", "version": "1.9.0", "private": true, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src" }, "dependencies": { "@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs-backend-wasm": "^4.22.0", "@vladmandic/face-api": "^1.7.15", "canvas": "^3.2.1", "sharp": "^0.33.2" }, "devDependencies": { "@mintel/eslint-config": "workspace:*", "@mintel/tsconfig": "workspace:*", "@types/node": "^20.0.0", "tsup": "^8.3.5", "typescript": "^5.0.0" } }