mirror of https://github.com/vladmandic/human
71 lines
2.3 KiB
JSON
71 lines
2.3 KiB
JSON
{
|
|
"name": "@vladmandic/human",
|
|
"version": "0.9.18",
|
|
"description": "Human: 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",
|
|
"author": "Vladimir Mandic <mandic00@live.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/vladmandic/human/issues"
|
|
},
|
|
"homepage": "https://github.com/vladmandic/human#readme",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vladmandic/human.git"
|
|
},
|
|
"dependencies": {},
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"@tensorflow/tfjs": "2.7.0",
|
|
"@tensorflow/tfjs-backend-cpu": "2.7.0",
|
|
"@tensorflow/tfjs-backend-wasm": "2.7.0",
|
|
"@tensorflow/tfjs-backend-webgl": "2.7.0",
|
|
"@tensorflow/tfjs-converter": "2.7.0",
|
|
"@tensorflow/tfjs-core": "2.7.0",
|
|
"@tensorflow/tfjs-data": "2.7.0",
|
|
"@tensorflow/tfjs-layers": "2.7.0",
|
|
"@tensorflow/tfjs-node": "2.7.0",
|
|
"@tensorflow/tfjs-node-gpu": "2.7.0",
|
|
"@vladmandic/pilogger": "^0.2.10",
|
|
"chokidar": "^3.4.3",
|
|
"dayjs": "^1.9.7",
|
|
"esbuild": "^0.8.26",
|
|
"eslint": "^7.16.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.2.1",
|
|
"rimraf": "^3.0.2",
|
|
"seedrandom": "^3.0.5",
|
|
"simple-git": "^2.28.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
|
|
"lint": "eslint src/*.js demo/*.js",
|
|
"dev": "npm install && node server/dev.js",
|
|
"build": "npm install && rimraf dist/* && 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"
|
|
]
|
|
}
|