This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree 1 file changed +11
-13
lines changed
1 file changed +11
-13
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @vladmandic/face-api" ,
3
3
"version" : " 1.0.1" ,
4
4
"description" : " FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS" ,
5
+ "sideEffects" : false ,
5
6
"main" : " dist/face-api.node.js" ,
6
7
"module" : " dist/face-api.esm.js" ,
7
8
"browser" : " dist/face-api.esm.js" ,
8
9
"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" ,
9
16
"engines" : {
10
17
"node" : " >=12.0.0"
11
18
},
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " git+https://github.com/vladmandic/face-api.git"
22
+ },
12
23
"scripts" : {
13
24
"start" : " node --trace-warnings example/node-singleprocess.js" ,
14
25
"dev" : " npm install && node server/serve.js" ,
27
38
" emotion-detection" ,
28
39
" face-recognition"
29
40
],
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" ,
43
41
"peerDependencies" : {},
44
42
"devDependencies" : {
45
43
"@tensorflow/tfjs" : " ^3.2.0" ,
You can’t perform that action at this time.
0 commit comments