Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Mar 9, 2021
1 parent ec8c08c commit 797bf5d
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@
"type": "git",
"url": "git+https://github.com/vladmandic/human.git"
},
"scripts": {
"start": "node --trace-warnings --unhandled-rejections=strict --trace-uncaught --no-deprecation src/node.js",
"dev": "npm install && node server/serve.js",
"build": "rimraf dist/* && rimraf types/* && node server/build.js && node server/changelog.js",
"lint": "eslint src demo server",
"test": "eslint src demo server"
},
"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"
],
"peerDependencies": {},
"devDependencies": {
"@tensorflow/tfjs": "^3.2.0",
Expand Down Expand Up @@ -50,29 +73,5 @@
"simple-git": "^2.36.1",
"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",
"test": "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"
]
}
}

0 comments on commit 797bf5d

Please sign in to comment.