Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Mar 9, 2021
1 parent ecc6fcf commit d024b04
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@
"name": "@vladmandic/face-api",
"version": "1.0.1",
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
"sideEffects": false,
"main": "dist/face-api.node.js",
"module": "dist/face-api.esm.js",
"browser": "dist/face-api.esm.js",
"types": "types/index.d.ts",
"author": "Vladimir Mandic <[email protected]>",
"bugs": {
"url": "https://github.com/vladmandic/face-api/issues"
},
"homepage": "https://vladmandic.github.io/face-api/example/webcam.html",
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladmandic/face-api.git"
},
"scripts": {
"start": "node --trace-warnings example/node-singleprocess.js",
"dev": "npm install && node server/serve.js",
Expand All @@ -27,19 +38,6 @@
"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 <[email protected]>",
"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",
Expand Down

0 comments on commit d024b04

Please sign in to comment.