parent
ecc6fcf668
commit
d024b045d4
24
package.json
24
package.json
|
@ -2,13 +2,24 @@
|
||||||
"name": "@vladmandic/face-api",
|
"name": "@vladmandic/face-api",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
|
"description": "FaceAPI: AI-powered Face Detection, Face Embedding & Recognition Using Tensorflow/JS",
|
||||||
|
"sideEffects": false,
|
||||||
"main": "dist/face-api.node.js",
|
"main": "dist/face-api.node.js",
|
||||||
"module": "dist/face-api.esm.js",
|
"module": "dist/face-api.esm.js",
|
||||||
"browser": "dist/face-api.esm.js",
|
"browser": "dist/face-api.esm.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
|
"author": "Vladimir Mandic <mandic00@live.com>",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/vladmandic/face-api/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://vladmandic.github.io/face-api/example/webcam.html",
|
||||||
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0"
|
"node": ">=12.0.0"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/vladmandic/face-api.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node --trace-warnings example/node-singleprocess.js",
|
"start": "node --trace-warnings example/node-singleprocess.js",
|
||||||
"dev": "npm install && node server/serve.js",
|
"dev": "npm install && node server/serve.js",
|
||||||
|
@ -27,19 +38,6 @@
|
||||||
"emotion-detection",
|
"emotion-detection",
|
||||||
"face-recognition"
|
"face-recognition"
|
||||||
],
|
],
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/vladmandic/face-api.git"
|
|
||||||
},
|
|
||||||
"publishConfig": {
|
|
||||||
"registry": "https://registry.npmjs.org/"
|
|
||||||
},
|
|
||||||
"author": "Vladimir Mandic <mandic00@live.com>",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/vladmandic/face-api/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://vladmandic.github.io/face-api/example/webcam.html",
|
|
||||||
"peerDependencies": {},
|
"peerDependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tensorflow/tfjs": "^3.2.0",
|
"@tensorflow/tfjs": "^3.2.0",
|
||||||
|
|
Loading…
Reference in New Issue