{ "name": "@vladmandic/human", "version": "3.0.0", "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": { "require": "./dist/human.node.js", "import": "./dist/human.node.js", "module": "./dist/human.node.js" }, "require": "./dist/human.node.js", "import": "./dist/human.esm.js", "script": "./dist/human.js", "module": "./dist/human.esm.js", "types": "./types/human.d.ts", "dist/human.js": "./dist/human.js", "dist/human.esm.js": "./dist/human.esm.js", "dist/human.esm-nobundle.js": "./dist/human.esm-nobundle.js", "dist/human.node.js": "./dist/human.node.js", "dist/human.node-wasm.js": "./dist/human.node-wasm.js", "dist/human.node-gpu.js": "./dist/human.node-gpu.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", "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.15.0", "@html-eslint/parser": "^0.15.0", "@microsoft/api-extractor": "^7.33.5", "@tensorflow/tfjs-backend-cpu": "^4.0.0", "@tensorflow/tfjs-backend-wasm": "^4.0.0", "@tensorflow/tfjs-backend-webgl": "^4.0.0", "@tensorflow/tfjs-backend-webgpu": "0.0.1-alpha.14", "@tensorflow/tfjs-converter": "^4.0.0", "@tensorflow/tfjs-core": "^4.0.0", "@tensorflow/tfjs-node": "^4.0.0", "@tensorflow/tfjs-node-gpu": "^4.0.0", "@types/node": "^18.11.9", "@types/offscreencanvas": "^2019.7.0", "@typescript-eslint/eslint-plugin": "^5.42.0", "@typescript-eslint/parser": "^5.42.0", "@vladmandic/build": "^0.7.14", "@vladmandic/pilogger": "^0.4.6", "@vladmandic/tfjs": "github:vladmandic/tfjs", "canvas": "^2.10.2", "esbuild": "^0.15.13", "eslint": "8.26.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "rimraf": "^3.0.2", "tslib": "^2.4.1", "typedoc": "0.23.20", "typescript": "4.8.4" } }