package.json 379 B

123456789101112131415161718
  1. {
  2. "name": "rag-server",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "description": "",
  11. "dependencies": {
  12. "@vladmandic/face-api": "^1.7.14",
  13. "canvas": "^2.11.2",
  14. "face-api.js": "^0.22.2",
  15. "pg-promise": "^11.10.2",
  16. "shelljs": "^0.8.5"
  17. }
  18. }