{ "name": "@vladmandic/face-api", "version": "1.0.0", "description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS", "main": "dist/face-api.node.js", "module": "dist/face-api.esm.js", "browser": "dist/face-api.esm.js", "types": "types/index.d.ts", "engines": { "node": ">=12.0.0" }, "scripts": { "start": "node --trace-warnings example/node-singleprocess.js", "dev": "npm install && node server/serve.js", "build": "rimraf dist/* types/* && node server/build.js && node server/changelog.js", "lint": "eslint src/**/* example/*.js server/*.js", "test": "eslint src/**/* example/*.js server/*.js" }, "keywords": [ "tensorflow", "tf", "tfjs", "face", "face-api", "face-detection", "age-gender", "emotion-detection", "face-recognition" ], "repository": { "type": "git", "url": "git+https://github.com/vladmandic/face-api.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "author": "Vladimir Mandic ", "license": "MIT", "bugs": { "url": "https://github.com/vladmandic/face-api/issues" }, "homepage": "https://vladmandic.github.io/face-api/example/webcam.html", "peerDependencies": {}, "devDependencies": { "@tensorflow/tfjs": "^3.2.0", "@tensorflow/tfjs-backend-wasm": "^3.2.0", "@tensorflow/tfjs-node": "^3.2.0", "@tensorflow/tfjs-node-gpu": "^3.2.0", "@types/node": "^14.14.32", "@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", "simple-git": "^2.36.1", "tslib": "^2.1.0", "typescript": "^4.2.3" } }