From d024b045d476a308f44affc356faf21c95aeb641 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 9 Mar 2021 13:38:30 -0500 Subject: [PATCH] update --- package.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index cec34dd..b4761d6 100644 --- a/package.json +++ b/package.json @@ -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 ", + "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", @@ -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 ", - "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",