-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 980 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "visagepro",
"version": "1.0.0",
"description": "API para reconhecimento e análise facial.",
"main": "index.js",
"scripts": {
"start": "node --max-old-space-size=4096 ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codlinx/VisagePro.git"
},
"author": "Jean Pierre <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codlinx/VisagePro/issues"
},
"homepage": "https://github.com/codlinx/VisagePro#readme",
"dependencies": {
"@inspector-apm/inspector-nodejs": "^1.9.19",
"@tensorflow/tfjs-node": "^4.12.0",
"@vladmandic/face-api": "^1.7.12",
"canvas": "^2.11.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"moment": "^2.29.4",
"pg": "^8.12.0",
"pgvector": "^0.1.8",
"sequelize": "^6.37.3",
"uuid": "^10.0.0",
"visagepro": "file:"
}
}