{ "name": "@vladmandic/human", "version": "1.9.2", "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", "author": "Vladimir Mandic ", "bugs": { "url": "https://github.com/vladmandic/human/issues" }, "homepage": "https://vladmandic.github.io/human/demo/index.html", "license": "MIT", "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vladmandic/human.git" }, "scripts": { "start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught demo/node.js", "dev": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught server/serve.js", "build": "rimraf dist/* typedoc/* types/* && node --trace-warnings --unhandled-rejections=strict --trace-uncaught server/build.js", "lint": "eslint src server demo test", "test": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught test/test.js" }, "keywords": [ "human", "face-api", "face-detection", "face-geometry", "face-embedding", "face-recognition", "face-description", "body-tracking", "hand-tracking", "iris-tracking", "age-estimation", "emotion-detection", "gender-prediction", "gesture-recognition", "age-gender", "faceapi", "face", "person", "tensorflowjs", "tfjs", "tensorflow" ], "devDependencies": { "@tensorflow/tfjs": "^3.6.0", "@tensorflow/tfjs-backend-cpu": "^3.6.0", "@tensorflow/tfjs-backend-wasm": "^3.6.0", "@tensorflow/tfjs-backend-webgl": "^3.6.0", "@tensorflow/tfjs-converter": "^3.6.0", "@tensorflow/tfjs-core": "^3.6.0", "@tensorflow/tfjs-data": "^3.6.0", "@tensorflow/tfjs-layers": "^3.6.0", "@tensorflow/tfjs-node": "^3.6.1", "@tensorflow/tfjs-node-gpu": "^3.6.1", "@types/node": "^15.6.0", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", "@vladmandic/pilogger": "^0.2.17", "canvas": "^2.8.0", "chokidar": "^3.5.1", "dayjs": "^1.10.4", "esbuild": "^0.12.1", "eslint": "^7.26.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.2", "eslint-plugin-json": "^3.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "node-fetch": "^2.6.1", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "simple-git": "^2.39.0", "tslib": "^2.2.0", "typedoc": "^0.20.36", "typescript": "^4.2.4" } }