{ "name": "@vladmandic/human", "version": "0.40.6", "description": "Human: AI-powered 3D Face Detection, Face Embedding & Recognition, Body Pose Tracking, 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://github.com/vladmandic/human#readme", "license": "MIT", "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/vladmandic/human.git" }, "dependencies": {}, "peerDependencies": {}, "devDependencies": { "@tensorflow/tfjs": "^3.2.0", "@tensorflow/tfjs-backend-cpu": "^3.2.0", "@tensorflow/tfjs-backend-wasm": "^3.2.0", "@tensorflow/tfjs-backend-webgl": "^3.2.0", "@tensorflow/tfjs-converter": "^3.2.0", "@tensorflow/tfjs-core": "^3.2.0", "@tensorflow/tfjs-data": "^3.2.0", "@tensorflow/tfjs-layers": "^3.2.0", "@tensorflow/tfjs-node": "^3.2.0", "@tensorflow/tfjs-node-gpu": "^3.2.0", "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "^4.16.1", "@typescript-eslint/parser": "^4.16.1", "@vladmandic/pilogger": "^0.2.14", "chokidar": "^3.5.1", "dayjs": "^1.10.4", "esbuild": "^0.8.56", "eslint": "^7.21.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-json": "^2.1.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "rimraf": "^3.0.2", "seedrandom": "^3.0.5", "simple-git": "^2.36.0", "tslib": "^2.1.0", "typescript": "^4.2.3" }, "scripts": { "start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js", "lint": "eslint src demo server", "dev": "npm install && node server/serve.js", "build": "rimraf dist/* && rimraf types/* && node server/build.js && node server/changelog.js", "update": "npm update --depth 20 --force && npm dedupe && npm prune && npm audit" }, "keywords": [ "tensorflowjs", "face-detection", "face-geometry", "face-embedding", "face-recognition", "body-tracking", "hand-tracking", "iris-tracking", "age-estimation", "emotion-detection", "gender-prediction", "gesture-recognition", "blazeface", "blazepose" ] }