53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@vladmandic/face-api",
|
|
"version": "0.9.4",
|
|
"description": "JavaScript module for Face Detection and Face Recognition Using Tensorflow/JS",
|
|
"main": "dist/face-api.node.js",
|
|
"module": "dist/face-api.esm.js",
|
|
"browser": "dist/face-api.esm.js",
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node --trace-warnings example/node.js",
|
|
"build": "rimraf dist/* && node ./build.js"
|
|
},
|
|
"keywords": [
|
|
"tensorflow",
|
|
"tf",
|
|
"tfjs",
|
|
"face",
|
|
"face-api",
|
|
"face-detection",
|
|
"age-gender"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vladmandic/face-api.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"author": "Vladimir Mandic <mandic00@live.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vladmandic/face-api/issues"
|
|
},
|
|
"homepage": "https://github.com/vladmandic/face-api#readme",
|
|
"dependencies": {
|
|
"@vladmandic/pilogger": "^0.2.10"
|
|
},
|
|
"devDependencies": {
|
|
"@tensorflow/tfjs": "^2.8.0",
|
|
"@tensorflow/tfjs-node": "^2.8.0",
|
|
"@tensorflow/tfjs-node-gpu": "^2.8.0",
|
|
"@tensorflow/tfjs-backend-wasm": "^2.8.0",
|
|
"@types/node": "^14.14.13",
|
|
"esbuild": "^0.8.23",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^9.1.1",
|
|
"tslib": "^2.0.3",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|