Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit d024b04

Browse files
committed
update
1 parent ecc6fcf commit d024b04

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

package.json

+11-13
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
"name": "@vladmandic/face-api",
33
"version": "1.0.1",
44
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
5+
"sideEffects": false,
56
"main": "dist/face-api.node.js",
67
"module": "dist/face-api.esm.js",
78
"browser": "dist/face-api.esm.js",
89
"types": "types/index.d.ts",
10+
"author": "Vladimir Mandic <mandic00@live.com>",
11+
"bugs": {
12+
"url": "https://github.com/vladmandic/face-api/issues"
13+
},
14+
"homepage": "https://vladmandic.github.io/face-api/example/webcam.html",
15+
"license": "MIT",
916
"engines": {
1017
"node": ">=12.0.0"
1118
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/vladmandic/face-api.git"
22+
},
1223
"scripts": {
1324
"start": "node --trace-warnings example/node-singleprocess.js",
1425
"dev": "npm install && node server/serve.js",
@@ -27,19 +38,6 @@
2738
"emotion-detection",
2839
"face-recognition"
2940
],
30-
"repository": {
31-
"type": "git",
32-
"url": "git+https://github.com/vladmandic/face-api.git"
33-
},
34-
"publishConfig": {
35-
"registry": "https://registry.npmjs.org/"
36-
},
37-
"author": "Vladimir Mandic <mandic00@live.com>",
38-
"license": "MIT",
39-
"bugs": {
40-
"url": "https://github.com/vladmandic/face-api/issues"
41-
},
42-
"homepage": "https://vladmandic.github.io/face-api/example/webcam.html",
4341
"peerDependencies": {},
4442
"devDependencies": {
4543
"@tensorflow/tfjs": "^3.2.0",

0 commit comments

Comments
 (0)