{ "name": "@vladmandic/human", "version": "3.3.5", "description": "Human: AI-powered 3D Face Detection & Rotation Tracking, Face Description & Recognition, Body Pose Tracking, 3D Hand & Finger Tracking, Iris Analysis, Age & Gender & Emotion Prediction, Gesture Recognition", "sideEffects": false, "main": "dist/human.node.js", "module": "dist/human.esm.js", "browser": "dist/human.esm.js", "types": "types/human.d.ts", "exports": { "node": "./dist/human.node.js", "script": "./dist/human.js", "module": "./dist/human.esm.js", "types": "./types/human.d.ts", "dist/human": "./dist/human.js", "dist/human.js": "./dist/human.js", "dist/human.esm": "./dist/human.esm.js", "dist/human.esm.js": "./dist/human.esm.js", "dist/human.esm-nobundle": "./dist/human.esm-nobundle.js", "dist/human.esm-nobundle.js": "./dist/human.esm-nobundle.js", "dist/human.node": "./dist/human.node.js", "dist/human.node.js": "./dist/human.node.js", "dist/human.node-wasm": "./dist/human.node-wasm.js", "dist/human.node-wasm.js": "./dist/human.node-wasm.js", "dist/human.node-gpu": "./dist/human.node-gpu.js", "dist/human.node-gpu.js": "./dist/human.node-gpu.js", "require": "./dist/human.node.js", "import": "./dist/human.esm.js" }, "author": "Vladimir Mandic ", "bugs": { "url": "https://github.com/vladmandic/human/issues" }, "homepage": "https://vladmandic.github.io/human/demo/index.html", "license": "MIT", "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vladmandic/human.git" }, "scripts": { "start": "node --no-warnings demo/nodejs/node.js", "dev": "build --profile development", "clean": "build --profile clean", "build": "rimraf test/build.log && node build.js", "test": "node --no-warnings --unhandled-rejections=strict --trace-uncaught test/node.js", "lint": "eslint *.json *.js src demo test models wiki", "scan": "npx auditjs@latest ossi --dev --quiet" }, "keywords": [ "human", "human-library", "face-detection", "faceid", "face-geometry", "face-embedding", "face-recognition", "face-description", "face-matching", "body-tracking", "body-segmentation", "hand-tracking", "iris-tracking", "age-estimation", "emotion-detection", "gender-prediction", "gesture-recognition", "gaze-tracking", "age-gender", "tensorflowjs", "tfjs", "tensorflow" ], "devDependencies": { "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.26.0", "@microsoft/api-extractor": "^7.49.2", "@tensorflow/tfjs-backend-cpu": "^4.22.0", "@tensorflow/tfjs-backend-wasm": "^4.22.0", "@tensorflow/tfjs-backend-webgl": "^4.22.0", "@tensorflow/tfjs-backend-webgpu": "4.22.0", "@tensorflow/tfjs-converter": "^4.22.0", "@tensorflow/tfjs-core": "^4.22.0", "@tensorflow/tfjs-data": "^4.22.0", "@tensorflow/tfjs-layers": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node-gpu": "^4.22.0", "@types/emscripten": "^1.40.0", "@types/node": "^22.13.1", "@types/offscreencanvas": "^2019.7.3", "@typescript-eslint/eslint-plugin": "^8.8.1", "@typescript-eslint/parser": "^8.8.1", "@vladmandic/build": "^0.10.2", "@vladmandic/pilogger": "^0.5.1", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^3.1.0", "esbuild": "^0.24.2", "eslint": "8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^8.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-json": "^4.0.1", "eslint-plugin-markdown": "^5.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^7.1.0", "rimraf": "^6.0.1", "tslib": "^2.8.1", "typedoc": "0.27.6", "typescript": "5.7.3" } }