lightweight-expression-detector
Version:
A lightweight hybrid expression detection module using MediaPipe face blendshapes
35 lines (34 loc) • 733 B
JSON
{
"name": "lightweight-expression-detector",
"version": "1.0.2",
"description": "A lightweight hybrid expression detection module using MediaPipe face blendshapes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"keywords": [
"emotion",
"expression",
"facial expression",
"mediapipe",
"blendshapes",
"face detection"
],
"author": "Anant Mishra",
"license": "MIT",
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@types/react": "^19.1.8",
"typescript": "^5.8.3"
}
}